A Docker container that runs an HTTP server returning a simple one-line plain text response.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Rob Watson f56dd36bdf Add files 3 years ago
.gitignore Initial commit 3 years ago
Dockerfile Add files 3 years ago
LICENSE Add files 3 years ago
README.md Add files 3 years ago
main.go Add files 3 years ago

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)