瀏覽代碼

Docs: remove reference to deprecated 'base' image

Solomon Hykes 12 年之前
父節點
當前提交
a18c26392f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/sources/examples/running_ssh_service.rst

+ 1 - 1
docs/sources/examples/running_ssh_service.rst

@@ -47,7 +47,7 @@ The password is 'screencast'
          # I had it so it was quick
          # I had it so it was quick
          # now let's connect using -i for interactive and with -t for terminal 
          # now let's connect using -i for interactive and with -t for terminal 
          # we execute /bin/bash to get a prompt.
          # 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!
          # yes! we are in!
          # now lets install openssh
          # now lets install openssh
          $ apt-get update
          $ apt-get update