1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-03-19 17:00:05 -09:00
dotfiles/bin/docker-clean-containers
2018-02-22 09:56:10 -05:00

2 lines
41 B
Bash
Executable file

#!/bin/bash
docker rm $(docker ps -a -q)