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

docker-env broken on cert path #6600

Closed
medyagh opened this issue Feb 12, 2020 · 1 comment · Fixed by #6604
Closed

docker-env broken on cert path #6600

medyagh opened this issue Feb 12, 2020 · 1 comment · Fixed by #6604
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@medyagh
Copy link
Member

medyagh commented Feb 12, 2020

pointing to wrong cert path:

export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://172.17.0.2:2376"
export DOCKER_CERT_PATH="tcp://127.0.0.1:32874"
export MINIKUBE_ACTIVE_DOCKERD="minikube"

it should be ~/.minikube/certs

@afbjorklund
Copy link
Collaborator

Looks like a KIC thing ?

env[constants.DockerCertPathEnv] = dockerURL(kic.DefaultBindIPV4, port)

@medyagh medyagh self-assigned this Feb 12, 2020
@medyagh medyagh added the kind/bug Categorizes issue or PR as related to a bug. label Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants