Skip to content

Instantly share code, notes, and snippets.

@kireal
Created November 6, 2014 22:01
Show Gist options
  • Save kireal/f04a7b088bef4abb672a to your computer and use it in GitHub Desktop.
Save kireal/f04a7b088bef4abb672a to your computer and use it in GitHub Desktop.
Stop all container by filter.
docker stop $(docker ps -a | grep -v NAMES | grep -v openvpn | awk '{print $1}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment