summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsoftprops <d.tangren@gmail.com>2016-01-03 10:41:41 -0500
committersoftprops <d.tangren@gmail.com>2016-01-03 10:41:41 -0500
commit614d0763f638279c776e67a656ff1cf2b2a4c8d8 (patch)
tree38801536d0e0d8c8ff55fb3085183510d6cc007d /README.md
parentcd6ef958ab9d7d5599a31fba044e12435dbc342f (diff)
boot2docker -> docker-machine
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7f72246..a8d8e2a 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,8 @@ Find them [here](https://softprops.github.io/shiplift)
### communicating with hosts
To use shiplift you must first have a running docker daemon readily accessible. Typically this daemon
-is reachable via url identified by an env named `DOCKER_HOST`. If you are using osx, boot2docker typically
-will have already set up every thing you need to get started.
+is reachable via url identified by an env named `DOCKER_HOST`. If you are using osx, [docker-machine](https://docs.docker.com/machine/) typically
+will have already set up every thing you need to get started when you run `docker-machine env {envid}`
```rust
extern crate shiplift;