Rob Watson f56dd36bdf | ||
---|---|---|
.gitignore | ||
Dockerfile | ||
LICENSE | ||
README.md | ||
main.go |
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 bodySTATUS_CODE
- the numeric HTTP status code (default: 200)BIND_ADDR
- bind string (default::3000
)