nerdctl compose down
with orphan container should keep the same behavior with docker
#1425
Labels
nerdctl compose down
with orphan container should keep the same behavior with docker
#1425
What is the problem you're trying to solve
When we execute
nerdctl compose down
. nerdctl does not check is three any other containers still in the network and just remove it.Describe the solution you'd like
While
docker compose down
will return error and not remove the network. We should keep the same behavior with it.Additional context
The orphan container scenario
The text was updated successfully, but these errors were encountered: