Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to start the APIs in containers using services-local.yml #7

Open
ershadnozari opened this issue Jun 2, 2020 · 0 comments
Open

Comments

@ershadnozari
Copy link

ershadnozari commented Jun 2, 2020

I successfully start the infrastructure related containers using the command docker-compose -f .\infrastructure.yml up -d. However, I am unable to start the APIs using the docker-compose -f services-local.yml up. I'm getting the flowing error:

WARNING: Found orphan containers (prometheus, consul, rabbitmq, redis, fabio, jaeger, grafana, seq, mongo, vault) for this project. If you removed or renamed this service in your compose file, you can run this command with the --remove-orphans flag to clean it up.
Building api-gateway
Traceback (most recent call last):
  File "docker-compose", line 6, in <module>
  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 367, in ensure_image_exists
  File "compose\service.py", line 1106, in build
  File "site-packages\docker\api\build.py", line 261, in build
  File "site-packages\docker\api\build.py", line 308, in _set_auth_headers
  File "site-packages\docker\auth.py", line 311, in get_all_credentials
  File "site-packages\docker\auth.py", line 262, in _resolve_authconfig_credstore
  File "site-packages\docker\auth.py", line 287, in _get_store_instance
  File "site-packages\docker\credentials\store.py", line 25, in __init__
docker.credentials.errors.InitializationError: docker-credential-gcloud not installed or not available in PATH
[11788] Failed to execute script docker-compose

Thanks.

@ershadnozari ershadnozari changed the title Unable to start container using services-local.yml Unable to start the APIs in containers using services-local.yml Jun 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant