Docker commands - Windows
REM remove all stopped containers @echo off FOR /F %%i IN ('docker ps -a -q') DO docker rm %%i