Skip to content

This is a test docker image that implements RFC862 echo service via TCP only

Notifications You must be signed in to change notification settings

kkonstan/docker-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

docker-test

This is a test docker image that implements RFC862 echo service via TCP only.

Description

A server listens for TCP connections on TCP port 7. Once a connection is established any data received is sent back. This continues until the calling user terminates the connection.

Usage

Source is maintained on GitHub:

https://github.com/kkonstan/docker-test

An automatic build is available at the Docker Hub:

https://registry.hub.docker.com/u/kkonstan/docker-test/

It can be ran like this:

docker run -p 7:7 kkonstan/docker-test

About

This is a test docker image that implements RFC862 echo service via TCP only

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages