jdkelley/busybox-echo-server

By jdkelley

Updated over 5 years ago

An echo server built off of busybox.

Image
0

1.2K

Echo Server

This is my first docker container-a simple echo server built on busybox.

Run

To run this as a container named echo, run

$ docker run --rm --name echo -p 1234:1234  jdkelley/busybox-echo-server:latest

Use

Use netcat to see if the echo server is up and running.

$ nc 0.0.0.0 1234

References

I got the idea for this basic image as a first repo from reading some of the docker documentation here.

Links

You can find the source on GitHub and the container can be found on Docker Hub and GitHub Package Registry.

Docker Pull Command

docker pull jdkelley/busybox-echo-server