Init lazy-autobuild
This commit is contained in:
commit
eca12bc30e
19 changed files with 739 additions and 0 deletions
5
docker_remove_all_containers
Executable file
5
docker_remove_all_containers
Executable file
|
@ -0,0 +1,5 @@
|
|||
#! /bin/sh
|
||||
|
||||
docker container rm -f $(docker container ls -aq)
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue