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)