Skip to content

Commit 004759c

Browse files
committed
Update test instructions for Docker setup
1 parent 9ce7256 commit 004759c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

test/test_helper.exs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ included = Application.get_env(:ex_unit, :include)
44
unless (:functional in excluded) && !(:functional in included) do
55
unless Docker.ready? do
66
IO.puts """
7-
It seems like Docker isn't running?
7+
It seems like Docker isn't available?
88
99
Please check:
1010
1111
1. Docker is installed: `docker version`
12-
2. On OS X and Windows: `docker-machine start`
13-
3. Environment is set up: `eval $(docker-machine env)`
12+
2. Docker is running: `docker info`
13+
14+
Learn more about Docker:
15+
https://www.docker.com/
1416
"""
1517

1618
exit({:shutdown, 1})

0 commit comments

Comments
 (0)