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 -- ```