Closed redtil closed 6 years ago
+1
+1. To the credit of the docker team, this might be a gcloud SDK issue.
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).
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:
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.