From 207d7807af35a3f1ee98e6401bff83146d2450f8 Mon Sep 17 00:00:00 2001 From: Julien Bordellier Date: Fri, 13 Jun 2014 09:24:09 +0800 Subject: [PATCH] Now using the nginx docker image instead of the apache one. dotcloud/docker/issues/6374 Docker-DCO-1.1-Signed-off-by: Julien Bordellier (github: jstoja) --- docs/sources/installation/mac.md | 4 ++-- docs/sources/installation/windows.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/installation/mac.md b/docs/sources/installation/mac.md index 90af22e404..ff19aa58c8 100644 --- a/docs/sources/installation/mac.md +++ b/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 diff --git a/docs/sources/installation/windows.md b/docs/sources/installation/windows.md index 6a36dfb669..0d00b51e94 100644 --- a/docs/sources/installation/windows.md +++ b/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