This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
recycle
/
dm
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
e13a431ded
Rami (Branch)
Tag
master
dm
/
shell
/
image
/
build
build
75 B
Cronologia
Originale
1
2
3
4
5
#!/usr/bin/env sh
set -e
docker build --no-cache -t $1 $2
docker images $1