From 9429fe6f49a4396cdd0ab2f0b88240ff0239a070 Mon Sep 17 00:00:00 2001 From: Ron Smits Date: Fri, 23 May 2014 21:15:44 +0200 Subject: [PATCH] Update using_supervisord.md changed the version of ubuntu to 13.04. In latest sshd will not work. --- docs/sources/examples/using_supervisord.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/examples/using_supervisord.md b/docs/sources/examples/using_supervisord.md index 29d2fa4525..6fc47b0c03 100644 --- a/docs/sources/examples/using_supervisord.md +++ b/docs/sources/examples/using_supervisord.md @@ -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