-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
V2 can not delete Container over ssh if there is more than one #9185
Comments
/assign |
I tried it again with the current version and it still occurs with 2.3.3. Workaround is not to use the -Host-option but to pass the compose command with SSH |
i can not recreate the bug with 2.10.1, so it has been fixed in a release between 2.3.3 and 2.10.1 |
Sorry i was wrong. I got the some error with 2.10.1 I think it has more todo with my SSH-Client / Server configuration then compose so i will leave the issue closed. |
Description
Try to "down" a compose over ssh will fail with V2 that worked in V1.
Can only recreated with -HOST and it need to be two or more services inside the compose (one services works)
Steps to reproduce the issue:
.\docker-compose-v2.exe -H ssh://USER@docker-vm up -d && .\docker-compose-v2.exe -H ssh://USER@docker-vm down
Describe the results you received:
The second Container is still there and not removed:
docker -H ssh://USER@docker-vm ps -a
Describe the results you expected:
Output from ComposeV1:
All Container are successfully removed
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker compose version
:Output of
docker info
:Additional environment details:
The text was updated successfully, but these errors were encountered: