from https://github.com/chilcano/docker-netcat
1.2K
based on Alpine (size 7,812 MB) and not Debian (159,3 MB)
The Dockerfile, in which Allocate the 8182 and 9192 port to listen for TCP and UDP traffic
FROM alpine:latest MAINTAINER k3ck3c RUN DEBIAN_FRONTEND=noninteractive apk update && apk add netcat-openbsd && rm -rf /var/cache/apk/* EXPOSE 8182 9192 COPY ep_nc.sh / RUN chmod a+x /ep_nc.sh ENTRYPOINT ["/ep_nc.sh"]
Content type
Image
Digest
Size
3.4 MB
Last updated
over 9 years ago
docker pull k3ck3c/netcat_alpine