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