iglunix-autobuild/docker_remove_all_containers

6 lines
64 B
Bash
Executable File

#! /bin/sh
docker container rm -f $(docker container ls -aq)