From 614d0763f638279c776e67a656ff1cf2b2a4c8d8 Mon Sep 17 00:00:00 2001 From: softprops Date: Sun, 3 Jan 2016 10:41:41 -0500 Subject: boot2docker -> docker-machine --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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; -- cgit v1.2.3