We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Looks like a KIC thing ?
env[constants.DockerCertPathEnv] = dockerURL(kic.DefaultBindIPV4, port)
Sorry, something went wrong.
medyagh
Successfully merging a pull request may close this issue.
pointing to wrong cert path:
it should be ~/.minikube/certs
The text was updated successfully, but these errors were encountered: