1
0
forked from ports/contrib

Updated README for docker

This commit is contained in:
James Mills 2014-11-05 20:16:27 +10:00
parent edaaf5903c
commit 20d98f7760
2 changed files with 20 additions and 4 deletions

View File

@ -2,13 +2,21 @@ Kernel Requirements
=================== ===================
If you want to have a full working CRUX+Docker system you will need to 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: 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 Execution Engines

View File

@ -2,13 +2,21 @@ Kernel Requirements
=================== ===================
If you want to have a full working CRUX+Docker system you will need to 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: 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 Execution Engines