Docker Toolbox TLSParameterError

Viewed 922

I was trying to use Docker Toolbox to develop a web page, so I did use docker-compose build but it gave me this issue

Traceback (most recent call last):
  File "docker-compose", line 6, in <module>
  File "compose\cli\main.py", line 71, in main
  File "compose\cli\main.py", line 124, in perform_command
  File "compose\cli\command.py", line 38, in project_from_options
  File "compose\cli\docker_client.py", line 84, intls_config_from_options
  File "site-packages\docker\tls.py", line 81, in __init__

docker.errors.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. See https://docs.docker.com/engine/articles/https/ for API details.

[11432] Failed to execute script docker-compose

I'm new with this

0 Answers
Related