Skip to content

Instantly share code, notes, and snippets.

@DrSnowbird
Created August 21, 2018 23:23
Show Gist options
  • Save DrSnowbird/c0b501612a50523b1ff95161d3022e06 to your computer and use it in GitHub Desktop.
Save DrSnowbird/c0b501612a50523b1ff95161d3022e06 to your computer and use it in GitHub Desktop.
Docker handy utilities
sudo docker rm -f $(dps -a|grep Exited|cut -d' ' -f1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment