浏览代码

Now using the nginx docker image instead of the apache one. dotcloud/docker/issues/6374

Docker-DCO-1.1-Signed-off-by: Julien Bordellier <me@julienbordellier.com> (github: jstoja)
Julien Bordellier 11 年之前
父节点
当前提交
207d7807af
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 2 2
      docs/sources/installation/mac.md
  2. 2 2
      docs/sources/installation/windows.md

+ 2 - 2
docs/sources/installation/mac.md

@@ -74,9 +74,9 @@ access to the container's ports.
 
 If you run a container with an exposed port,
 
-    $ docker run --rm -i -t -p 80:80 apache
+    $ docker run --rm -i -t -p 80:80 nginx
 
-then you should be able to access that Apache server using the IP address reported by:
+then you should be able to access that Nginx server using the IP address reported by:
 
     $ boot2docker ssh ip addr show dev eth1
 

+ 2 - 2
docs/sources/installation/windows.md

@@ -72,9 +72,9 @@ The latest version of `boot2docker` sets up a host only network adaptor which pr
 
 If you run a container with an exposed port:
 
-    docker run --rm -i -t -p 80:80 apache
+    docker run --rm -i -t -p 80:80 nginx
 
-Then you should be able to access that Apache server using the IP address reported
+Then you should be able to access that nginx server using the IP address reported
 to you using:
 
     boot2docker ip