I followed the instruction as per the win10 64bit instructions.
but after trying to run docker compose up-d
i get error messages.
I navigated to the directory.
i ran the command through administrator mode in powershell.
but got this error.
PS C:\xibo\xibo-docker-1.8.11> docker-compose up -d
Traceback (most recent call last):
File “docker-compose”, line 6, in
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 39, in project_from_options
File “compose\cli\docker_client.py”, line 84, in tls_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.
[3568] Failed to execute script docker-compose
So what step am i missing? is this a config in docker that i need to address?