1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Better copy/paste :)

Upstream-commit: 0a89db04fe62958283c17baa11893c6ad868bf9d
Component: engine
This commit is contained in:
William Delanoue
2013-11-23 13:16:28 +01:00
committed by William Delanoue
parent a3e03a0c52
commit a92bcacbc2

View File

@@ -76,11 +76,11 @@ client commands.
# Add the docker group if it doesn't already exist.
sudo groupadd docker
# Add the user "ubuntu" to the docker group.
# Add the connected user "${USERNAME}" to the docker group.
# Change the user name to match your preferred user.
# You may have to logout and log back in again for
# this to take effect.
sudo gpasswd -a ubuntu docker
sudo gpasswd -a ${USERNAME} docker
# Restart the docker daemon.
sudo service docker restart