-
mvn installyet-another-docker-java-shadedmodule -
mvn installyet-another-docker-pluginmodule (produces hpi) -
enable
yet-another-docker-itsprofile -
mvn package/compileonyet-another-docker-its -
In IDEA manually attach
docker-java-shaded….jarto plugin and its modules (no idea why IDEA doesn’t see deps) -
place
~/.docker.io.propertieswith :
DOCKER_TLS_VERIFY=1
docker.io.url=https://192.168.99.100:2376
docker.io.dockerCertPath=/Users/integer/.docker/machine/machines/default
DOCKER_MACHINE_NAME="default"-
If test contains debug callback, then add
Remoteconfiguration in IDEA and press debug button for it. (Either container will fail connect and start). Remember that after every new connection you need run debug (run listening incoming connection) again. -
Run test