浏览代码

Update README.md

Jeremy Grosser 12 年之前
父节点
当前提交
2508b5cef9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -60,8 +60,11 @@ Installing on Ubuntu 12.04 and 12.10
 
 ```bash
         sudo apt-get install lxc wget bsdtar curl
+        sudo apt-get install linux-image-extra-`uname -r`
 ```
 
+The `linux-image-extra` package is needed on standard Ubuntu EC2 AMIs in order to install the aufs kernel module.
+
 2. Install the latest docker binary:
 
 ```bash