summaryrefslogtreecommitdiff
path: root/system/docker/README
diff options
context:
space:
mode:
Diffstat (limited to 'system/docker/README')
-rw-r--r--system/docker/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/docker/README b/system/docker/README
index 7ffe7695f8..8fd5996888 100644
--- a/system/docker/README
+++ b/system/docker/README
@@ -9,7 +9,7 @@ To use docker as a limited user, add your user to the 'docker' group:
# groupadd -r -g 281 docker
# usermod -a -G docker <your_username>
-This will require logging out and back in.
+This will require logging out and back in and also restart docker daemon.
To have the docker daemon start and stop with your host,
add to /etc/rc.d/rc.local: