Skip to content

jdkelley/busybox-echo-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages