Merge pull request #110 from synack/master

Add linux-image-extra instructions to README
This commit is contained in:
Solomon Hykes 2013-03-19 18:46:28 -07:00
Родитель b1acd0a7b0 2508b5cef9
Коммит ff2ae90764
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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