mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update README.md
This commit is contained in:
parent
b1acd0a7b0
commit
2508b5cef9
1 changed files with 3 additions and 0 deletions
|
@ -60,8 +60,11 @@ Installing on Ubuntu 12.04 and 12.10
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install lxc wget bsdtar curl
|
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:
|
2. Install the latest docker binary:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Reference in a new issue