diff options
author | James Mills <prologic@shortcircuit.net.au> | 2014-04-22 12:29:18 +1000 |
---|---|---|
committer | James Mills <prologic@shortcircuit.net.au> | 2014-04-22 12:29:18 +1000 |
commit | 98ecfde20aebb2bec1e7a7fb658ed30039477c94 (patch) | |
tree | 949fe218d222206c19efa25e8e55c70e4156480e /docker/README | |
parent | ec7cb6c0980561925cc1fd2f3ad5d4e9484536bf (diff) | |
download | contrib-98ecfde20aebb2bec1e7a7fb658ed30039477c94.tar.gz contrib-98ecfde20aebb2bec1e7a7fb658ed30039477c94.tar.xz |
docker: 0.9.1 -> 0.10.0
--HG--
extra : rebase_source : 5937873ff254fa3584b783fb90c892f62793714d
Diffstat (limited to 'docker/README')
-rw-r--r-- | docker/README | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/docker/README b/docker/README index d11694b11..7d4d628ed 100644 --- a/docker/README +++ b/docker/README @@ -1,10 +1,13 @@ 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 +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 -Please review the provided ``test_kernel_config.sh`` shell script carefully and use this to test your kernel configuration. This README does not document -what these specific options are to vaoid duplication. They are listed instead in ``test_kernel_config.sh``. +Please review the provided ``test_kernel_config.sh`` shell script carefully +and use this to test your kernel configuration. This README does not document +what these specific options are to avoid duplication. +They are listed instead in ``test_kernel_config.sh``. You may check your kernel configuration by running: @@ -16,10 +19,14 @@ You may check your kernel configuration by running: Execution Engines ================= -As of Docker 0.9+ execution engines are pluggable and as such Docker no longer depends on lxc. -The new default execution driver is now an internal ``libcontainer`` driver that replaces the need for lxc. +As of Docker 0.9+ execution engines are pluggable and as such Docker +no longer depends on lxc. -Please see the `Docker Documentation <http://docs.docker.io>`_ if you want to use a different execution engine other then the default. +The new default execution driver is now an internal ``libcontainer`` +driver that replaces the need for lxc. + +Please see the `Docker Documentation <http://docs.docker.io>`_ +if you want to use a different execution engine other then the default. Storage Backends @@ -33,14 +40,20 @@ Docker comes with three main Storage Backends: It is recommended you use the devmapper or btrfs backend (Default: devmapper). -To use the ``btrfs`` backend edit ``/etc/docker.conf`` and modify the ``DOCKER_OPTS`` with: +To use the ``btrfs`` backend edit ``/etc/docker.conf`` +and modify the ``DOCKER_OPTS`` with: :: DOCKER_OPTS="-s btrfs" +.. note:: As of Docker 0.10.x the ``btrfs`` storage backend is now + considered stable and has been promoted to an officially + supported storage backend. + Docker Client ============= -Add yourself to the ``docker`` group if you wish to access the Docker daemon on localhost via UNIX Socker. +Add yourself to the ``docker`` group if you wish to access +the Docker daemon on localhost via UNIX Socket. |