You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, good day. I am in part 63 of the course, and when I run Docker-Compose, I get the following error:
time="2024-07-03T12:22:16+02:00" level=warning msg="C:\Users\Sebastian\source\repos\EShopMicroservices\src\obj\Docker\docker-compose.vs.debug.g.yml: version is obsolete"
#0 building with "desktop-linux" instance using docker driver #1 [catalog.api internal] load build definition from Dockerfile #1 transferring dockerfile: 2B done #1 DONE 0.0s
failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
A non-critical error occurred while getting containers ready. Your project will continue to function normally. The error was: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
========== Debugging ==========
========== Debugging ==========
========== Debugging ==========
docker ps --filter "status=running" --filter "label=com.docker.compose.service" --filter "name=^/Catalog.API$" --format {{.ID}} -n 1
========== Debugging ==========
========== Debugging ==========
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, good day. I am in part 63 of the course, and when I run Docker-Compose, I get the following error:
time="2024-07-03T12:22:16+02:00" level=warning msg="C:\Users\Sebastian\source\repos\EShopMicroservices\src\obj\Docker\docker-compose.vs.debug.g.yml:
version
is obsolete"#0 building with "desktop-linux" instance using docker driver
#1 [catalog.api internal] load build definition from Dockerfile
#1 transferring dockerfile: 2B done
#1 DONE 0.0s
failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
A non-critical error occurred while getting containers ready. Your project will continue to function normally. The error was: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
========== Debugging ==========
========== Debugging ==========
========== Debugging ==========
docker ps --filter "status=running" --filter "label=com.docker.compose.service" --filter "name=^/Catalog.API$" --format {{.ID}} -n 1
========== Debugging ==========
========== Debugging ==========
Beta Was this translation helpful? Give feedback.
All reactions