Browse code

Docs: remove reference to deprecated 'base' image

Solomon Hykes authored on 2013/09/18 13:53:27
Showing 1 changed files
... ...
@@ -47,7 +47,7 @@ The password is 'screencast'
47 47
          # I had it so it was quick
48 48
          # now let's connect using -i for interactive and with -t for terminal 
49 49
          # we execute /bin/bash to get a prompt.
50
-         $ docker run -i -t base /bin/bash
50
+         $ docker run -i -t ubuntu /bin/bash
51 51
          # yes! we are in!
52 52
          # now lets install openssh
53 53
          $ apt-get update