docker ps --format '{{.Names}}' | grep "^spawned-worker-" | awk '{print $1}' | xargs -I {} docker stop {}
Created
December 9, 2019 11:23
-
-
Save ndom91/271c1cbe5c0ec3ea54d0ddc2a763295d to your computer and use it in GitHub Desktop.
Docker Oneliners
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment