This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
Apq
/
Docker-official-images
espejo de
https://github.com/docker-library/official-images.git
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
Add test/clean.sh script
Mike Dillon
hace 10 años
padre
7a32e1e592
commit
3942555ab3
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
test/clean.sh
+ 4
- 0
test/clean.sh
Ver fichero
@@ -0,0 +1,4 @@
+#!/bin/bash
+set -e
+
+docker images -q 'librarytest/*' | xargs docker rmi -f