diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-20 15:02:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-05-27 07:29:22 +0700 |
commit | ebd90f22dc6bcbb7d7728422b5962dfad3a737f2 (patch) | |
tree | 3a39180f0e6b723763e102a7802e55e1aab2ba7f /system/docker/README | |
parent | 8494a72c57f4b03ab2b27ec9da531d561fa7d657 (diff) | |
download | slackbuilds-ebd90f22dc6bcbb7d7728422b5962dfad3a737f2.tar.gz |
system/docker: Disable rc script by default, update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/docker/README')
-rw-r--r-- | system/docker/README | 2 |
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: |