diff options
author | James Mills <prologic@shortcircuit.net.au> | 2014-11-05 20:16:27 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2014-11-05 20:16:27 +1000 |
commit | 20d98f77602c43b1c559e3553fac5401238512bd (patch) | |
tree | 08d83a409641c23bbd4e8d5300a09d428ba516c6 /docker | |
parent | edaaf5903cc64f983182d7d70a9a615f9d38449a (diff) | |
download | contrib-20d98f77602c43b1c559e3553fac5401238512bd.tar.gz contrib-20d98f77602c43b1c559e3553fac5401238512bd.tar.xz |
Updated README for docker
Diffstat (limited to 'docker')
-rw-r--r-- | docker/README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docker/README b/docker/README index bdcf1898f..93cf966c4 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 ================= |