From a91b0f91593f9f8e07f5bdd859dc4b5938f643ef Mon Sep 17 00:00:00 2001 From: David Currie Date: Thu, 30 Jul 2015 17:16:08 +0100 Subject: [PATCH] Add note on use of boot2docker ip --- websphere-liberty/content.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/websphere-liberty/content.md b/websphere-liberty/content.md index 8504de02..bab40d5e 100644 --- a/websphere-liberty/content.md +++ b/websphere-liberty/content.md @@ -18,6 +18,8 @@ The image is designed to support a number of different usage patterns. The follo Once the server has started, you can browse to http://localhost/Sample1/SimpleServlet on the Docker host. + Note: If you are using the boot2docker virtual machine on OS X or Windows, you'll need to get the IP of the virtual host using the command `boot2docker ip` instead of using localhost. + 2. For greater flexibility over configuration, it is possible to mount an entire server configuration directory from the host and then specify the server name as a parameter to the run command. Note that this particular example server configuration only provides HTTP access. docker run -e LICENSE=accept -d -p 80:9080 \