Browse Source

Merge branch 'master' of ssh://github.com/dotcloud/docker

Solomon Hykes 12 years ago
parent
commit
6bf4a10ed4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

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