Skip to content
This repository has been archived by the owner on Jun 22, 2018. It is now read-only.

Commit

Permalink
Using $DOCKER_MACHINE_NAME environment
Browse files Browse the repository at this point in the history
instead of assuming a name
  • Loading branch information
mwl committed Sep 8, 2015
1 parent eb7cf74 commit 096d3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ available on the host, and then build and run the tests:
```
$ docker-machine create -d virtualbox --virtualbox-memory 4096 mini-mesos
$ eval $(docker-machine env mini-mesos)
$ sudo route delete 172.17.0.0/16; sudo route -n add 172.17.0.0/16 $(docker-machine ip mini-mesos)
$ sudo route delete 172.17.0.0/16; sudo route -n add 172.17.0.0/16 $(docker-machine ip ${DOCKER_MACHINE_NAME})
$ mvn clean verify
```

Expand Down

0 comments on commit 096d3fb

Please sign in to comment.