I just completed the beginners Docker tutorials and would like to know how to clean up.
I deployed a stack and with a few different service using the below command:
docker stack deploy --compose-file docker-stack.yml vote
Is there away to stop all the containers associated with this stack, or do I have to stop them individually?