Sign inSign up

k3ck3c/netcat_alpine

By k3ck3c

Updated over 9 years ago

from https://github.com/chilcano/docker-netcat

Image
0

1.2K

k3ck3c/netcat_alpine repository overview

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"]

Tag summary

Content type

Image

Digest

Size

3.4 MB

Last updated

over 9 years ago

docker pull k3ck3c/netcat_alpine