Skip to content

Instantly share code, notes, and snippets.

@yuikns
Created February 24, 2018 23:45
Show Gist options
  • Save yuikns/3730420361ec1a63a2b2020cf11eeda2 to your computer and use it in GitHub Desktop.
Save yuikns/3730420361ec1a63a2b2020cf11eeda2 to your computer and use it in GitHub Desktop.
a few docker related commands

Remove All Images

docker images --format {{.ID}} | xargs -n 3 -P 3 docker rmi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment