testcontainers/testcontainers-java

Improve error messaging when no docker-machine VM exists

Open

#307 geöffnet am 3. März 2017

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Java (1.588 Forks)batch import
client/docker-machinehelp wantedresolution/acknowledgedresolution/somedaymaybetype/feature

Repository-Metriken

Stars
 (7.535 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 17h) (2 gemergte PRs in 30 T)

Beschreibung

e.g. in the case where the docker-machine tool is found but there's no VM.

At present the logged error is quite unhelpful:

o.t.d.DockerClientProviderStrategy       :     DockerMachineClientProviderStrategy: failed with exception InvalidConfigurationException (Exception when executing docker-machine status default)

Contributor Guide