Add warning on docker group suggestion

Signed-off-by: Eric Curtin <ericcurtin17@gmail.com>
This commit is contained in:
Eric Curtin 2016-12-16 15:38:05 +00:00 committed by Eric Curtin
parent e435665658
commit 5b4a528b57
1 changed files with 6 additions and 0 deletions

View File

@ -78,6 +78,12 @@ echo_docker_as_nonroot() {
Remember that you will have to log out and back in for this to take effect!
WARNING: Adding a user to the "docker" group will grant the ability to run
containers which can be used to obtain root privileges on the
docker host.
Refer to https://docs.docker.com/engine/security/security/#docker-daemon-attack-surface
for more information.
EOF
}