Skip to content

Instantly share code, notes, and snippets.

@misraX
Last active August 11, 2017 12:08
Show Gist options
  • Save misraX/5d524af2c1585b851e9d6669016843a2 to your computer and use it in GitHub Desktop.
Save misraX/5d524af2c1585b851e9d6669016843a2 to your computer and use it in GitHub Desktop.
#!/bin/bash
ps aux | grep -e "docker" | awk '{ print $2 }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment