Skip to content

Instantly share code, notes, and snippets.

@GuiMarthe
Created January 16, 2017 20:49
Show Gist options
  • Select an option

  • Save GuiMarthe/2e5b4056961319569102cb49cf5881f3 to your computer and use it in GitHub Desktop.

Select an option

Save GuiMarthe/2e5b4056961319569102cb49cf5881f3 to your computer and use it in GitHub Desktop.
FOR /f "tokens=*" %i IN ('docker ps -a -q') DO docker rm %i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment