summaryrefslogtreecommitdiffstats
path: root/system/docker/README
diff options
context:
space:
mode:
author Audrius Kažukauskas <audrius@neutrino.lt>2017-06-11 16:29:20 +0300
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-06-15 18:36:25 +0700
commit71e2c44ef6bb7dbdc4dbd385f87b490e38c023d8 (patch)
treed3cd2e838508b72f638cdb00972d3f58b0499033 /system/docker/README
parent27cc781ae40f2797ee48cfeb19c439876885096c (diff)
downloadslackbuilds-71e2c44ef6bb7dbdc4dbd385f87b490e38c023d8.tar.gz
slackbuilds-71e2c44ef6bb7dbdc4dbd385f87b490e38c023d8.tar.xz
system/docker: Misc README and slack-desc changes.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
Diffstat (limited to 'system/docker/README')
-rw-r--r--system/docker/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/docker/README b/system/docker/README
index 8fd5996888..9e666cb61e 100644
--- a/system/docker/README
+++ b/system/docker/README
@@ -9,7 +9,8 @@ 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 and also restart docker daemon.
+This will require logging out and back in and also restarting docker
+daemon.
To have the docker daemon start and stop with your host,
add to /etc/rc.d/rc.local:
@@ -24,11 +25,11 @@ and to /etc/rc.d/rc.local_shutdown (creating it if needed):
/etc/rc.d/rc.docker stop
fi
-If you are interested in enabling cgroup memory resource controll over
+If you are interested in enabling cgroup memory resource control over
swap as well, then append "swapaccount=1" to your kernel's parameters.
This is often in /etc/lilo.conf, on the "append" variable.
NOTE: google-go-lang is only needed at compile time - not needed for
runtime.
-Docker doesn't support x86, only x86_64
+Docker doesn't support x86, only x86_64.