aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahoo-inc.com>2017-07-13 12:01:30 +0200
committerGeir Storli <geirst@yahoo-inc.com>2017-07-13 12:01:30 +0200
commit17c2684d11075dc369c4614777f97793140f5d54 (patch)
treeb09ca3e6a04c1c24dcbceb76dde44bd61b86dfba /docker
parent8186bcfbc044840c5aab733285765e28fed7ec3e (diff)
Remove reference to docker-machine, no longer relevant.
Diffstat (limited to 'docker')
-rw-r--r--docker/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docker/README.md b/docker/README.md
index a89405ad80d..a56af6a7185 100644
--- a/docker/README.md
+++ b/docker/README.md
@@ -29,8 +29,6 @@ Execute ```./run-vespa.sh <Vespa version number>``` to start Vespa.
This starts a Docker container using the Docker image (*vesparun*) from the previous step.
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. 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
Execute ```./enter-build-container.sh``` to enter the Vespa build environment inside a Docker container.