This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
qdii
/
k8s
Segui
1
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
f8a9ff8162
Rami (Branch)
Tag
master
k8s
/
nc
/
Dockerfile
Dockerfile
95 B
Cronologia
Originale
1
2
3
4
FROM alpine:latest
RUN apk add --no-cache netcat-openbsd
EXPOSE 8080
ENTRYPOINT ["nc -l 8080"]