1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-01-12 03:00:07 +00:00
dotfiles/bin/undock

4 lines
110 B
Text
Raw Normal View History

#!/bin/bash
docker stop $(docker ps -aq); docker rm $(docker ps -aq); docker rmi $(docker images -q) --force