mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Updated SSH example to ensure it continues working
Docker-DCO-1.1-Signed-off-by: James Turnbull <james@lovedthanlost.net> (github: jamtur01)
This commit is contained in:
parent
331ae9c0f8
commit
10eae16fa7
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue