This website works better with JavaScript
Home
Explore
Help
Register
Sign In
qdii
/
k8s
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
5a85c0f893
Branches
Tags
master
k8s
/
nc
/
Dockerfile
Dockerfile
95 B
History
Raw
1
2
3
4
FROM alpine:latest
RUN apk add --no-cache netcat-openbsd
EXPOSE 8080
ENTRYPOINT ["nc -l 8080"]