Skip to content

Instantly share code, notes, and snippets.

@arumoy
Created November 14, 2018 05:32
Show Gist options
  • Save arumoy/5354f0cdefaf5aeff6ef09eb29204584 to your computer and use it in GitHub Desktop.
Save arumoy/5354f0cdefaf5aeff6ef09eb29204584 to your computer and use it in GitHub Desktop.
@echo off
for /f "usebackq tokens=*" %%a in (`docker ps -aq`) do docker rm %%a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment