浏览代码

Merge pull request #6583 from jamtur01/sshd

Updated SSH example to ensure it continues working
James Turnbull 11 年之前
父节点
当前提交
10b8d6b8b0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/sources/examples/running_ssh_service.Dockerfile
  2. 1 1
      docs/sources/examples/running_ssh_service.md

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

@@ -2,7 +2,7 @@
 #
 # VERSION               0.0.1
 
-FROM     debian
+FROM    ubuntu:12.04
 MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
 
 # make sure the package repository is up to date

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

@@ -12,7 +12,7 @@ quick access to a test container.
     #
     # VERSION               0.0.1
 
-    FROM     debian
+    FROM     ubuntu:12.04
     MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
 
     # make sure the package repository is up to date