1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Removed unnecessary step in the README

This commit is contained in:
Solomon Hykes 2013-03-16 11:39:49 -07:00
parent b55e461122
commit da47420af6

View file

@ -104,7 +104,6 @@ Installing on Ubuntu 12.04 and 12.10
```bash
cd docker-master
sudo ./docker import base
sudo ./docker run -a -i -t base /bin/bash
```