This repository was archived by the owner on Mar 21, 2025. It is now read-only.
Replies: 1 comment 2 replies
-
I suppose this could do this: https://dev.to/jtsalva/how-to-remove-all-docker-containers-in-a-network-1531 ocker <stop|rm> $(docker ps -qf "network=<NAME>") |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an easy way to stop all containers related to a prior
make prepare-local-env
command?Beta Was this translation helpful? Give feedback.
All reactions