aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@yahoo-inc.com>2016-06-22 21:39:39 +0200
committerArnstein Ressem <aressem@yahoo-inc.com>2016-06-22 21:39:39 +0200
commit1ee0b9e6fe5f01083a0bb5f9b9182afa0af959dc (patch)
treee734aaadc33cd09c5cb2b403cb1bc2a5c8e55a56 /docker
parentdfde190f6596eca80b23401a98b46539f543f759 (diff)
Noted that it is possible to run with precompiled rpms. Services are accessible from OS X.
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index 899d9e78be9..59424ff2d98 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -20,9 +20,9 @@ The produced rpms will be available in this folder after compiliation.
Execute ```./run-vespa.sh <Vespa version number>``` to start Vespa.
-This will create a Docker image which has the rpms from the build step installed. Vespa will be started inside the container.
+This will create a Docker image which has the rpms from the build step (or downloaded rpms to this folder) installed. Vespa will be started inside the container.
-*On OS X, the container runs inside the Docker VM. Execute ```docker-machine ssh vespa-docker-machine``` to enter the VM.*
+*On OS X, the container runs inside the Docker VM. Execute ```docker-machine ssh vespa-docker-machine``` to enter the VM. The services can also be reached directly from the host on the IP given by ```docker-machine ip vespa-docker-machine```*
## Building Vespa inside a Docker container
*On OS X, execute ```source osx-setup-docker-machine.sh``` to setup the Docker VM in which to run Docker.*