mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 04:31:28 +00:00
Update using_supervisord.md
changed the version of ubuntu to 13.04. In latest sshd will not work.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user