This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
Docker-official-images
mirror of
https://github.com/docker-library/official-images.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Add test/clean.sh script
Mike Dillon
10 years ago
parent
7a32e1e592
commit
3942555ab3
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
test/clean.sh
+ 4
- 0
test/clean.sh
View File
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+docker images -q 'librarytest/*' | xargs docker rmi -f