hashicorp/http-echo

Verified Publisher

By HashiCorp, an IBM Company

Updated over 2 years ago

http-echo is an in-memory web server that echos back the arguments given to it.

Image
Networking
Web servers
Monitoring & observability
80

50M+

hashicorp/http-echo repository overview

http-echo Server

http-echo is an in-memory web server that renders an HTML page containing the contents of the arguments provided to it. This is especially useful for demos or a more extensive "hello world" Docker application.

Usage

docker run -p 5678:5678 hashicorp/http-echo -text="hello world"

And then visit http://localhost:5678/ in your browser and see "hello world".

To change the port the service is listening on, specify the -listen flag:

docker run -p 8080:8080 hashicorp/http-echo -listen=:8080 -text="hello world"

Tag summary

Content type

Image

Digest

sha256:fcb75f691

Size

4.4 MB

Last updated

over 2 years ago

docker pull hashicorp/http-echo

This week's pulls

Pulls:

400,405

Last week