mirror of https://github.com/docker/docs.git
Merge pull request #3836 from SvenDowideit/mint-cgroups-lite-docs
Add troubleshooting for missing cgroups on mint 16
This commit is contained in:
commit
43b7667dcc
|
|
@ -217,6 +217,15 @@ To install the latest version of docker, use the standard ``apt-get`` method:
|
||||||
# install the latest
|
# install the latest
|
||||||
sudo apt-get install lxc-docker
|
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:
|
.. _ufw:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue