Added missing 'docker pull' to first example

This commit is contained in:
Solomon Hykes 2013-03-26 12:52:11 -07:00
Родитель 1904003511
Коммит 7f79fabaee
1 изменённых файлов: 1 добавлений и 0 удалений

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

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