We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce7256 commit 004759cCopy full SHA for 004759c
test/test_helper.exs
@@ -4,13 +4,15 @@ included = Application.get_env(:ex_unit, :include)
4
unless (:functional in excluded) && !(:functional in included) do
5
unless Docker.ready? do
6
IO.puts """
7
- It seems like Docker isn't running?
+ It seems like Docker isn't available?
8
9
Please check:
10
11
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)`
+ 2. Docker is running: `docker info`
+
14
+ Learn more about Docker:
15
+ https://www.docker.com/
16
"""
17
18
exit({:shutdown, 1})
0 commit comments