Sign inSign up

limninf/simple-echo-server

By limninf

Updated 6 months ago

Image
Networking
Web servers
0

390

limninf/simple-echo-server repository overview

Simple Echo Server - HTTP/HTTPS Docker Image

A lightweight Docker image that runs dual-protocol echo servers on ports 80 (HTTP) and 443 (HTTPS). Returns requested URL path with current datetime.

Features:

  • Dual HTTP/HTTPS support
  • Full HTTP methods support
  • Path echoing with timestamps
  • Self-signed SSL certificate

Quick Run:

docker run -p 8080:80 -p 8443:443 limninf/simple-echo-server

Usage:

Tag summary

Content type

Image

Digest

sha256:a09141e7c

Size

21.6 MB

Last updated

6 months ago

docker pull limninf/simple-echo-server