1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Docs: remove reference to deprecated 'base' image

Upstream-commit: a18c26392ff7f4a756f499bd5c3032f2256cd04e
Component: engine
This commit is contained in:
Solomon Hykes
2013-09-17 23:53:27 -05:00
committed by Tianon Gravi
parent 4165a8a92d
commit 0118da35aa

View File

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