mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #4233 from deedubs/patch-1
FIX: Linux mint troubleshooting tip
This commit is contained in:
commit
a5515d27e5
1 changed files with 2 additions and 2 deletions
|
@ -240,12 +240,12 @@ Then run ``update-grub``, and reboot.
|
||||||
Troubleshooting
|
Troubleshooting
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
On Linux Mint, the ``cgroups-lite`` package is not installed by default.
|
On Linux Mint, the ``cgroup-lite`` package is not installed by default.
|
||||||
Before Docker will work correctly, you will need to install this via:
|
Before Docker will work correctly, you will need to install this via:
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo apt-get update && sudo apt-get install cgroups-lite
|
sudo apt-get update && sudo apt-get install cgroup-lite
|
||||||
|
|
||||||
.. _ufw:
|
.. _ufw:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue