Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save QAutomatron/bc58bfa31e84f6356561a19da2dbf79b to your computer and use it in GitHub Desktop.
Save QAutomatron/bc58bfa31e84f6356561a19da2dbf79b to your computer and use it in GitHub Desktop.
docker ps -q -f name=node | while read line ; do docker exec $line date ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment