How can I find out which users are in the docker group and allowed to start docker containers? (Docker 1.12.1)
In order to list the Docker containers, we can use the “docker ps” or “docker container ls” command. This command provides a variety of ways to list and filter all containers on a particular Docker engine.
There is only one Docker installation on a server. Anyone who can access Docker can access any of the images and manage any of the containers.
You can use the following:
grep /etc/group -e "docker"
grep /etc/group -e "sudo"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With