-
Notifications
You must be signed in to change notification settings - Fork 611
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
compose down --remove-orphans
#1344
Comments
I'd like to help. |
plz go ahead @stillfox-lee |
Hi @dbanty , I find a compatibility issue with docker and containerd in orphan container use case. When we execute
docker:
containerd:
And the deviation also cause CI fail. |
Docker's behavior is correct, and eventually we have to fix the behavior of nerdctl, but that can be worked out later. Could you find a test case that works with Docker, and confirm that it works with nerdctl too? |
Sure. |
What is the problem you're trying to solve
Similar to #342, I would like to have the
--remove-orphans
option forcompose down
.Describe the solution you'd like
Add the
--remove-orphans
flag tocompose down
.Additional context
No response
The text was updated successfully, but these errors were encountered: