Skip to content

Instantly share code, notes, and snippets.

@ndom91
Created December 9, 2019 11:23
Show Gist options
  • Save ndom91/271c1cbe5c0ec3ea54d0ddc2a763295d to your computer and use it in GitHub Desktop.
Save ndom91/271c1cbe5c0ec3ea54d0ddc2a763295d to your computer and use it in GitHub Desktop.
Docker Oneliners

Execute Action on fuzzymatch multiple containers

docker ps --format '{{.Names}}' | grep "^spawned-worker-" | awk '{print $1}' | xargs -I {} docker stop {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment