瀏覽代碼

Updates docs regarding linux mint troubleshot

Signed-off-by: Ciro S. Costa <ciro.costa@usp.br>
Ciro S. Costa 11 年之前
父節點
當前提交
fcddecc828
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/installation/ubuntulinux.md

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

@@ -266,11 +266,11 @@ These parameters will help you get rid of the following warnings:
 
 
 ## Troubleshooting
 ## Troubleshooting
 
 
-On Linux Mint, the `cgroup-lite` package is not
+On Linux Mint, the `cgroup-lite` and `apparmor` packages are not
 installed by default. Before Docker will work correctly, you will need
 installed by default. Before Docker will work correctly, you will need
 to install this via:
 to install this via:
 
 
-    $ sudo apt-get update && sudo apt-get install cgroup-lite
+    $ sudo apt-get update && sudo apt-get install cgroup-lite apparmor
 
 
 ## Docker and UFW
 ## Docker and UFW