Sign inSign up

ksdn117/tcp-udp-test

By ksdn117

Updated over 10 years ago

Docker-image for TCP/UDP connectivity test.

Image
4

10K+

ksdn117/tcp-udp-test repository overview

ksdn117/tcp-udp-test

Docker-image for TCP/UDP connectivity test.

How to

Start
$ docker run -p 1234:1234 -p 5678:5678/udp --name tcp-udp-test ksdn117/tcp-udp-test
Access
TCP
$ nc  (CONTAINER_IP_ADDRESS) 1234
> Hello world # Same text will be displayed on the container log.
UDP
$ nc -u (CONTAINER_IP_ADDRESS) 5678
> Hello world # Same text will be displayed on the container log.

Tag summary

Content type

Image

Digest

Size

62.7 MB

Last updated

over 10 years ago

docker pull ksdn117/tcp-udp-test