From 626a2e1112b6e802415f80ff7a3682296636f55a Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Thu, 30 Jan 2014 20:53:27 +1000 Subject: [PATCH] Add troubleshooting for missing cgroups on mint 16 #3602 Docker-DCO-1.1-Signed-off-by: Sven Dowideit (github: SvenDowideit) --- docs/sources/installation/ubuntulinux.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/sources/installation/ubuntulinux.rst b/docs/sources/installation/ubuntulinux.rst index 4f4c89386f..3d6ee6415d 100644 --- a/docs/sources/installation/ubuntulinux.rst +++ b/docs/sources/installation/ubuntulinux.rst @@ -217,6 +217,15 @@ To install the latest version of docker, use the standard ``apt-get`` method: # install the latest sudo apt-get install lxc-docker +Troubleshooting +^^^^^^^^^^^^^^^ + +On Linux Mint, the ``cgroups-lite`` package is not installed by default. +Before Docker will work correctly, you will need to install this via: + +.. code-block:: bash + + sudo apt-get update && sudo apt-get install cgroups-lite .. _ufw: