A Docker container that runs an HTTP server returning a simple one-line plain text response.
Go to file
Rob Watson f56dd36bdf Add files 2020-05-31 11:19:01 +02:00
.gitignore Initial commit 2020-05-31 09:02:53 +00:00
Dockerfile Add files 2020-05-31 11:19:01 +02:00
LICENSE Add files 2020-05-31 11:19:01 +02:00
README.md Add files 2020-05-31 11:19:01 +02:00
main.go Add files 2020-05-31 11:19:01 +02:00

README.md

simple-http-page-docker

A Docker container that runs an HTTP server returning a simple one-line plain text response.

Available at https://hub.docker.com/r/netfluxio/simple-http-page-docker.

Environment variables:

  • RESPONSE_STRING - the HTTP response body
  • STATUS_CODE - the numeric HTTP status code (default: 200)
  • BIND_ADDR - bind string (default: :3000)