Added missing 'docker pull' to first example

Upstream-commit: 7f79fabaeeb642ae344c7ce1796034bc0021bbc1
Component: engine
This commit is contained in:
Solomon Hykes
2013-03-26 12:52:11 -07:00
parent f707fd3740
commit 3970b67ac2

View File

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