mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update using_supervisord.md
changed the version of ubuntu to 13.04. In latest sshd will not work.
This commit is contained in:
parent
0874b85627
commit
9429fe6f49
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ install and manage both an SSH daemon and an Apache daemon.
|
|||
Let's start by creating a basic `Dockerfile` for our
|
||||
new image.
|
||||
|
||||
FROM ubuntu:latest
|
||||
FROM ubuntu:13.04
|
||||
MAINTAINER examples@docker.io
|
||||
RUN echo "deb http://archive.ubuntu.com/ubuntu precise main universe" > /etc/apt/sources.list
|
||||
RUN apt-get update
|
||||
|
|
Loading…
Add table
Reference in a new issue