From 80fd6a02d4b11abea55f7593267b448d0ec15c8d Mon Sep 17 00:00:00 2001 From: Jody McIntyre Date: Mon, 1 Aug 2016 13:35:34 -0400 Subject: [PATCH] Update based on my experiences --- test/image/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/image/README.md b/test/image/README.md index d8641559841..eff09a367ec 100644 --- a/test/image/README.md +++ b/test/image/README.md @@ -15,6 +15,12 @@ Boot up docker machine (named `default`): docker-machine start default ``` +If this is your first time, you'll need to create the machine instead: + +```bash +docker-machine create --driver virtualbox default +``` + Set up the docker environment for `docker-compose`: ```bash @@ -117,7 +123,7 @@ which generates a baseline png image in [`test/image/baselines`][baselines]. To update existing baseline image(s), run ```bash -npm run basline -- +npm run baseline -- ```