From d7c88f797286cec77d2dd6c116d86957fec47f57 Mon Sep 17 00:00:00 2001 From: yougg Date: Thu, 6 Nov 2014 09:14:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=A0=87=E9=A2=98=E6=A0=87?= =?UTF-8?q?=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cases/supervisor.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cases/supervisor.md b/cases/supervisor.md index b427378..c197be4 100644 --- a/cases/supervisor.md +++ b/cases/supervisor.md @@ -13,7 +13,7 @@ RUN apt-get update RUN apt-get upgrade -y ``` -安装 supervisor +### 安装 supervisor 安装 ssh、apache 和 supervisor。 ``` RUN apt-get install -y openssh-server apache2 supervisor @@ -62,4 +62,4 @@ $ sudo docker run -p 22 -p 80 -t -i test/supervisords ``` 使用 `docker run` 来启动我们创建的容器。使用多个 `-p` 来映射多个端口,这样我们就能同时访问 ssh 和 apache 服务了。 -可以使用这个方法创建一个只有 ssh 服务的基础镜像,之后创建镜像可以以这个镜像为基础来创建 +可以使用这个方法创建一个只有 ssh 服务的基础镜像,之后创建镜像可以使用这个镜像为基础来创建