docker-bins/docker_delete_all

5 lines
58 B
Bash
Executable File

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