docker-compose error
See original GitHub issuedocker-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:
- Created 5 years ago
- Comments:19 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Good to know @atifmir!
Docker 18.03.1-ce (stable) build 9ee9f40 works. Thank you very much @mvelosop and @CESARDELATORRE .