Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support certPath, tlsVerify, and apiVersion when using Docker Remote API #123

Open
coollog opened this issue Oct 6, 2017 · 1 comment
Open

Comments

@coollog
Copy link

coollog commented Oct 6, 2017

Have the docker task support inputs certPath and tlsVerify. These are useful for using, for example, minikube's Docker daemon as the remote, which would normally have these environment variables set:

DOCKER_TLS_VERIFY=1
DOCKER_HOST=tcp://192.168.39.124:2376
DOCKER_CERT_PATH=/home/me/.minikube/certs
DOCKER_API_VERSION=1.23
docker {
    useApi true
    tlsVerify '1' // <<<<<<<
    hostUrl 'tcp://192.168.39.124:2376'
    certPath '/home/me/.minikube/certs' // <<<<<<<
    apiVersion '1.23' // <<<<<<<
    apiUsername 'user'
    apiPassword 'password'
    apiEmail '[email protected]'
}
@bjornmagnusson
Copy link
Contributor

Thanks for reporting this. This has been an long time issue, and should definitely be fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants