question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docker-compose error

See original GitHub issue

docker-compose error

docker-compose  -f "C:\Projects\NetCore\Architecture\eShopOnContainers\docker-compose.yml" -f "C:\Projects\NetCore\Architecture\eShopOnContainers\docker-compose.override.yml" -f "C:\Projects\NetCore\Architecture\eShopOnContainers\obj\Docker\docker-compose.vs.debug.g.yml" -p dockercompose7035704071771701613 --no-ansi up -d --build --force-recreate --remove-orphans

returns this error

The ESHOP_SERVICE_BUS_USERNAME variable is not set. Defaulting to a blank string.
The ESHOP_SERVICE_BUS_PASSWORD variable is not set. Defaulting to a blank string.
The INSTRUMENTATION_KEY variable is not set. Defaulting to a blank string.
The ORCHESTRATOR_TYPE variable is not set. Defaulting to a blank string.
The ESHOP_AZURE_STORAGE_CATALOG_NAME variable is not set. Defaulting to a blank string.
The ESHOP_AZURE_STORAGE_CATALOG_KEY variable is not set. Defaulting to a blank string.
The ESHOP_AZUREFUNC_CAMPAIGN_DETAILS_URI variable is not set. Defaulting to a blank string.
The ESHOP_AZURE_STORAGE_MARKETING_NAME variable is not set. Defaulting to a blank string.
The ESHOP_AZURE_STORAGE_MARKETING_KEY variable is not set. Defaulting to a blank string.
Building payment.api
Cannot locate specified Dockerfile: src\Services\Payment\Payment.API\Dockerfile

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:19 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mvelosopcommented, Jun 24, 2018

Good to know @atifmir!

1reaction
IvanFarkascommented, May 24, 2018

Docker 18.03.1-ce (stable) build 9ee9f40 works. Thank you very much @mvelosop and @CESARDELATORRE .

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to get detailed error message using docker-compose ...
The error is occurring during the build process. You should see the same results when you run docker-compose build . ... means that...
Read more >
docker-compose up giving error
1 Answer. I had the same unhelpful error when I tried to run docker-compose on Windows from a project I created in Linux....
Read more >
Docker compose up gives error - General Discussions
hi, i am pretty new in docker and docker compose. I write a web app, python flask. and I wanna dockerize it. but...
Read more >
[BUG] this error may indicate that the docker daemon is not ...
This error message suggests that the Docker daemon is not running, which is required for Docker Compose to work. To resolve the issue,...
Read more >
Docker Compose error
I'm a newbie with docker and docker compose I searched a lot without find a solution. I cannot run docker-compose up with any...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found