Docker-compose problem

I am working on a freh installation of the xibo server on windows with docker and use the documentation that is show on the HP. If i use the command docker-compose like shown in the document i get following message:
C:\xibo>docker-compose up -d
Pulling cms-db (mysql:5.6)…
Traceback (most recent call last):
File “site-packages\docker\credentials\store.py”, line 80, in _execute
File “subprocess.py”, line 395, in check_output
File “subprocess.py”, line 487, in run
subprocess.CalledProcessError: Command ‘[‘C:\Program Files\Docker\Docker\resources\bin\docker-credential-desktop.EXE’, ‘get’]’ returned non-zero exit status 1.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “site-packages\docker\auth.py”, line 264, in _resolve_authconfig_credstore
File “site-packages\docker\credentials\store.py”, line 35, in get
File “site-packages\docker\credentials\store.py”, line 93, in _execute
docker.credentials.errors.StoreError: Credentials store docker-credential-desktop exited with "error getting credentials - err: exit status 1, out: Element nicht gefunden.".

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File “docker-compose”, line 6, in
File “compose\cli\main.py”, line 72, in main
File “compose\cli\main.py”, line 128, in perform_command
File “compose\cli\main.py”, line 1077, in up
File “compose\cli\main.py”, line 1073, in up
File “compose\project.py”, line 548, in up
File “compose\service.py”, line 361, in ensure_image_exists
File “compose\service.py”, line 1250, in pull
File “compose\progress_stream.py”, line 102, in get_digest_from_pull
File “compose\service.py”, line 1215, in _do_pull
File “site-packages\docker\api\image.py”, line 396, in pull
File “site-packages\docker\auth.py”, line 48, in get_config_header
File “site-packages\docker\auth.py”, line 324, in resolve_authconfig
File “site-packages\docker\auth.py”, line 235, in resolve_authconfig
File “site-packages\docker\auth.py”, line 281, in _resolve_authconfig_credstore
docker.errors.DockerException: Credentials store error: StoreError(‘Credentials store docker-credential-desktop exited with "error getting credentials - err: exit status 1, out: Element nicht gefunden.".’)
[6816] Failed to execute script docker-compose

Can you help me how to run docker-comose?

Peter

You would need to ask on the Docker forums as the issue is with Docker and not with Xibo.

Given the error relates to credentials, I’d suggest you’ve tried to sign in with a Docker account or similar (which you don’t need to do). I’m not sure how you would go about correcting that.

Can you also make a test installation at your office if you can install them?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.