whisklabs / docker-it-scala

Docker integration testing kit with Scala
MIT License
431 stars 91 forks source link

run unpublished docker image with whisk labs docker-it-scala #134

Open moglideveloper opened 4 years ago

moglideveloper commented 4 years ago

I am trying to run docker container whose image is not yet published with whisk labs docker-it-scala.

But getting error, as DockerClient always try to pull the image from repo. How to tell Spotify Docker java client to not pull the image, if it's available on local.

Will appreciate if any example/reference will be provided.

moglideveloper commented 4 years ago

https://stackoverflow.com/questions/59860391/run-unpublished-docker-image-with-whisk-labs-docker-it-scala