Explorar o código

Update using_supervisord.md

changed the version of ubuntu to 13.04. In latest sshd will not work.
Ron Smits %!s(int64=11) %!d(string=hai) anos
pai
achega
9429fe6f49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/sources/examples/using_supervisord.md

+ 1 - 1
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