mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-07-28 09:11:18 +00:00
wip
This commit is contained in:
5
destroy-amba.sh
Executable file
5
destroy-amba.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
N=0
|
||||
while docker rm -f amba$N; do
|
||||
N=$(($N+1))
|
||||
done
|
||||
Reference in New Issue
Block a user