mirror of https://github.com/docker/docs.git
Merge pull request #6583 from jamtur01/sshd
Updated SSH example to ensure it continues working
This commit is contained in:
commit
10b8d6b8b0
|
@ -2,7 +2,7 @@
|
||||||
#
|
#
|
||||||
# VERSION 0.0.1
|
# VERSION 0.0.1
|
||||||
|
|
||||||
FROM debian
|
FROM ubuntu:12.04
|
||||||
MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
|
MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
|
||||||
|
|
||||||
# make sure the package repository is up to date
|
# make sure the package repository is up to date
|
||||||
|
|
|
@ -12,7 +12,7 @@ quick access to a test container.
|
||||||
#
|
#
|
||||||
# VERSION 0.0.1
|
# VERSION 0.0.1
|
||||||
|
|
||||||
FROM debian
|
FROM ubuntu:12.04
|
||||||
MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
|
MAINTAINER Thatcher R. Peskens "thatcher@dotcloud.com"
|
||||||
|
|
||||||
# make sure the package repository is up to date
|
# make sure the package repository is up to date
|
||||||
|
|
Loading…
Reference in New Issue