Skip to content
Finn Egbers edited this page Mar 17, 2019 · 6 revisions

Which systems are supported?

  • Linux
  • Mac (Docker for Mac)
  • Windows (Docker Toolbox)
  • Windows (Docker for Windows)
  • Docker in Docker (Only tested on Linux)
  • Linux to Linux (Remote execution)
  • Mac to Linux (Remote execution)
  • Windows to Linux (Remote execution)

Is it possible to run containers on different hosts?

Yes!

Exception while starting a testcontainer on Docker for Windows

2019-02-14 12:00:51.978 INFO 13472 --- [ main] .t.c.c.AbstractBuildingEmbeddedContainer : Starting mongodb-container with MongodbProperties(super=AbstractEmbeddedContainerProperties(enabled=true, startupTimeout=30, dockerImage=mongo:3.4.18), port=27017) java.lang.RuntimeException: Library 'junixsocket-native-2.0.4.dll' not found!

In this case please be sure that you have configured a system variable for the docker client (e.g. DOCKER_HOST="tcp://localhost:2375"). For the corresponding discussion take a look here.

Clone this wiki locally