Merge pull request #6016 from ronsmits/patch-1

Update using_supervisord.md
Upstream-commit: d81912e32313a33cb3ad9c1670e7d61effc9517b
Component: engine
This commit is contained in:
Sven Dowideit
2014-05-24 16:07:32 +10:00

View File

@ -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