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