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
-
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