6 lines
64 B
Text
6 lines
64 B
Text
|
#! /bin/sh
|
||
|
|
||
|
docker container rm -f $(docker container ls -aq)
|
||
|
|
||
|
|