Skip to content

Instantly share code, notes, and snippets.

@kenwoodjw
Created July 24, 2018 07:42
Show Gist options
  • Save kenwoodjw/f69eb38de41b9422ad498230d63b8206 to your computer and use it in GitHub Desktop.
Save kenwoodjw/f69eb38de41b9422ad498230d63b8206 to your computer and use it in GitHub Desktop.
docker command
#remove all exit
sudo docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs sudo docker rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment