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
when I try to run docker-compose up -d myservice - then only myservice is started, and mysql/rabbit/traefik are skipped.
If I remove extends block and inline the contents - everything works as before.
in 1.16 this worked as expected.
Steps to Reproduce
Create a docker compose file with extends and service. specify depends_on in docker-compose (not extends).
Result
Instead of bringing up container with dependencies - I see only this. Also note the total count of services is 0.
I'm also confused that you say you are using containerd (nerdctl), but then show docker example commands. Please provide the exact configuration that has this problem!
Actual Behavior
we have docker compose file which define service something like this:
when I try to run
docker-compose up -d myservice
- then onlymyservice
is started, and mysql/rabbit/traefik are skipped.If I remove extends block and inline the contents - everything works as before.
in 1.16 this worked as expected.
Steps to Reproduce
Create a docker compose file with extends and service. specify depends_on in docker-compose (not extends).
Result
Instead of bringing up container with dependencies - I see only this. Also note the total count of services is 0.
Expected Behavior
I expect all dependent containers are started and waited for if health check if specified:
Additional Information
No response
Rancher Desktop Version
1.17
Rancher Desktop K8s Version
n/a
Which container engine are you using?
containerd (nerdctl)
What operating system are you using?
Windows
Operating System / Build Version
Windows 11. Same behavior on MacOS with Arm
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
No response
The text was updated successfully, but these errors were encountered: