summaryrefslogtreecommitdiff
path: root/system/docker/README
diff options
context:
space:
mode:
authorVincent Batts <vbatts@hashbangbash.com>2014-04-04 23:25:23 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-07 14:43:57 +0700
commit557622f1273a57333d6fdffe7a4591917eaa30b9 (patch)
treeb3be6e784efc26279cc7b15fff015060d46427f8 /system/docker/README
parenta066da50d20a14d35f0b893facffc39065db7c57 (diff)
downloadslackbuilds-557622f1273a57333d6fdffe7a4591917eaa30b9.tar.gz
system/docker: Updated for version 0.9.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 34a2d621ba..ecace98aee 100644
--- a/system/docker/README
+++ b/system/docker/README
@@ -5,7 +5,7 @@ on VMs, bare metal, OpenStack clusters, public clouds and more.
To use docker as a limited user, add your user to the 'docker' group:
- # groupadd -r -g 278 docker
+ # groupadd -r -g 281 docker
# usermod -a -G docker <your_username>
This will require logging out and back in.