FaustXVI / junit5-docker

Start docker containers from your junit tests
Apache License 2.0
54 stars 7 forks source link

What about private repositories with password? #60

Open FaustXVI opened 7 years ago

vdemeester commented 7 years ago

You mean private docker registry ?

FaustXVI commented 7 years ago

Yes sir !

vdemeester commented 7 years ago

So… it shouldn't be a problem, it's not really our responsability :

So, we should make sure docker-java support that (i.e. the $HOME/.docker/config.json) file and the credential part — but we shouldn't have any specific code for this use case in this library 👼.