I can easily capture logs from a container, but how do I go about capturing all of the events performed on a docker host? Example of events I am interested in -
- created container with ID ABC
- Deleted container with ID XYZ
- Started container ABC
Share and learn in the Docker community.
I can easily capture logs from a container, but how do I go about capturing all of the events performed on a docker host? Example of events I am interested in -
If http://docs.docker.com/reference/commandline/events/ is missing one that you want to monitor, please raise a proposal on the docker-dev mailing list