From a18c26392ff7f4a756f499bd5c3032f2256cd04e Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Tue, 17 Sep 2013 23:53:27 -0500 Subject: [PATCH] Docs: remove reference to deprecated 'base' image --- docs/sources/examples/running_ssh_service.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/running_ssh_service.rst b/docs/sources/examples/running_ssh_service.rst index 8effafc82c..db3a71c961 100644 --- a/docs/sources/examples/running_ssh_service.rst +++ b/docs/sources/examples/running_ssh_service.rst @@ -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