Skip to content

Instantly share code, notes, and snippets.

@elliot
Created March 28, 2017 01:01
Show Gist options
  • Save elliot/75a106dd705a285e1cf0b661123ef4c7 to your computer and use it in GitHub Desktop.
Save elliot/75a106dd705a285e1cf0b661123ef4c7 to your computer and use it in GitHub Desktop.
docker ps --filter 'label=app.command=admin' --format '{{ .ID }} {{ .RunningFor }}' | grep day | awk '{print $1}' | xargs -r docker kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment