ports/contrib (3.1): Updated README for docker
commit 20d98f77602c43b1c559e3553fac5401238512bd Author: James Mills <prologic@shortcircuit.net.au> Date: Wed Nov 5 20:16:27 2014 +1000 Updated README for docker diff --git a/docker-bin/README b/docker-bin/README index bdcf189..93cf966 100644 --- a/docker-bin/README +++ b/docker-bin/README @@ -2,14 +2,22 @@ Kernel Requirements =================== If you want to have a full working CRUX+Docker system you will need to -rebuild your kernel various networking, cgroups and optional lvm options +rebuild your kernel and enable various networking, cgroups +and optional lvm options You may check your kernel configuration by running: :: - ./check-config.sh /usr/src/linux/.config + /usr/share/docker/check-config.sh +.. note:: If you receive an error such as "cgroup hierarchy: nonexistent??" + then you should run ``cgroupfs-mount`` and re-run + ``/usr/share/docker/check-config.sh``. + + Please follow the guideance of the output of + ``/usr/share/docker/check-config.sh`` carefully. + Execution Engines ================= diff --git a/docker/README b/docker/README index bdcf189..93cf966 100644 --- a/docker/README +++ b/docker/README @@ -2,14 +2,22 @@ Kernel Requirements =================== If you want to have a full working CRUX+Docker system you will need to -rebuild your kernel various networking, cgroups and optional lvm options +rebuild your kernel and enable various networking, cgroups +and optional lvm options You may check your kernel configuration by running: :: - ./check-config.sh /usr/src/linux/.config + /usr/share/docker/check-config.sh +.. note:: If you receive an error such as "cgroup hierarchy: nonexistent??" + then you should run ``cgroupfs-mount`` and re-run + ``/usr/share/docker/check-config.sh``. + + Please follow the guideance of the output of + ``/usr/share/docker/check-config.sh`` carefully. + Execution Engines =================
participants (1)
-
crux@crux.nu