Simple HTTP Echo Server This is a simple HTTP server written in Go that echoes back the details of incoming requests as JSON. Building the Docker Image Build the Docker image: docker build -t http-echo . Running the Docker Container Run the Docker container: docker run --rm -p 8080:8080 http-echo