iglunix-autobuild/docker_remove_all_containers

6 lines
64 B
Plaintext
Raw Normal View History

2021-02-04 16:58:42 +00:00
#! /bin/sh
docker container rm -f $(docker container ls -aq)