A dockerized echo server using gevent.
The container can be configured to listen on multiple ports. Specify the ports as a comma-separated list given to the LISTEN_PORTS environment variable:
$ docker run -d --name echo -e LISTEN_PORTS=5000,5001 \
-p 5000:5000 -p 5001:5001 mbodenhamer/echoserver
If no value is given to LISTEN_PORTS, the container will listen to port 5000 by default.
Content type
Image
Digest
Size
59 MB
Last updated
about 10 years ago
docker pull mbodenhamer/echoserver