boot2docker / windows-installer

Install Boot2Docker cli, msys-git and VirtualBox
Apache License 2.0
1.21k stars 359 forks source link

Path to a certificate and key files must be provided #119

Closed redtil closed 6 years ago

redtil commented 9 years ago

For the past few days I have been trying to trace the source of the error shown in the blockquote in trying to deploy an app to google app engine on a windows machine using the command:

gcloud preview app deploy app.yaml Beginning deployment... Verifying that Managed VMs are enabled and ready.

Traceback (most recent call last): ...

File "C:\Program Files\Google\Cloud SDK\google-cloud-sdk\bin.../lib\docker\docker\tls.py", line 46, in init

'Path to a certificate and key files must be provided'

TLSParameterError: Path to a certificate and key files must be provided through the client_config param. TLS configurations should map the Docker CLI client configurations. Does anyone have any idea on how to solve this issue?

FYI: I have already set the environment variables DOCKER_CERT_PATH, DOCKER_TLS_VERIFY and DOCKER_HOST as set by Docker.

LusciousPear commented 9 years ago

+1

toddpi314 commented 9 years ago

+1. To the credit of the docker team, this might be a gcloud SDK issue.

tianon commented 6 years ago

Sorry, this repository is long-since deprecated in favor of Docker Toolbox (whose usage is now also discouraged in favor of Docker for Windows and Docker for Mac).