1
0
Fork 0
mirror of https://github.com/correl/dotfiles.git synced 2025-03-20 09:19:18 -09:00
dotfiles/bin/docker-clean-containers

3 lines
41 B
Text
Raw Normal View History

2018-02-22 09:56:10 -05:00
#!/bin/bash
docker rm $(docker ps -a -q)