浏览代码

FIX: Linux mint troubleshooting tip

Package is called 'cgroup-lite' not 'cgroups-lite'. Verified on Linux Mint 16.

Ref http://packages.ubuntu.com/search?keywords=cgroup-lite

Docker-DCO-1.1-Signed-off-by: Dan Williams <me@deedubs.com> (github: deedubs)
Dan Williams 11 年之前
父节点
当前提交
6073b450e8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/installation/ubuntulinux.rst

+ 2 - 2
docs/sources/installation/ubuntulinux.rst

@@ -220,12 +220,12 @@ To install the latest version of docker, use the standard ``apt-get`` method:
 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:
 
 .. code-block:: bash
 
-    sudo apt-get update && sudo apt-get install cgroups-lite
+    sudo apt-get update && sudo apt-get install cgroup-lite
 
 .. _ufw: