mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Added missing 'docker pull' to first example
This commit is contained in:
parent
1904003511
commit
7f79fabaee
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ Installing on Ubuntu 12.04 and 12.10
|
|||
|
||||
```bash
|
||||
cd docker-master
|
||||
sudo ./docker pull base
|
||||
sudo ./docker run -i -t base /bin/bash
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue