mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Docs: remove reference to deprecated 'base' image
This commit is contained in:
parent
77ad95d372
commit
a18c26392f
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ The password is 'screencast'
|
|||
# I had it so it was quick
|
||||
# now let's connect using -i for interactive and with -t for terminal
|
||||
# we execute /bin/bash to get a prompt.
|
||||
$ docker run -i -t base /bin/bash
|
||||
$ docker run -i -t ubuntu /bin/bash
|
||||
# yes! we are in!
|
||||
# now lets install openssh
|
||||
$ apt-get update
|
||||
|
|
Loading…
Reference in a new issue