-
New Feature
-
Resolution: Not A Defect
-
Major
This is not a bug request but a general question regarding this plugin working together with docker-compose or swarn.
I have a compose file that I would like execute inside jenkins master and on different remote docker daemons.
As for example compose is a command line tool, I need to write a shell scrip which is not much.
But with remote Dockers I need to write a shell script and set DOCKER_CERT_PATH, DOCKER_HOST. Problem here is that I need to copy the client certs, keys, and CA into the workspace wich makes the workflow quite complicated in combination with the credential store.
So the question/proposal is would it be possible to use the preconfigured docker-client inside a shell script which was previously setup under configured>cloud>docker.