jameshiew / hello-http

🖥️ Simple HTTP server written in Rust and packaged inside a Docker image

Home Page:https://hub.docker.com/r/jameshiew/hello-http

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-http Docker Hub pulls

This is a simple HTTP server packaged inside a Docker image, for testing/demonstration purposes. See the OpenAPI spec for details of endpoints.

Configuration

Environment variable Description Default Value
HTTP_HOST The IP address to which the server should bind. 127.0.0.1
HTTP_PORT The port number to listen on. 3000
HTTP_LOG_ANSI Whether ANSI colors should be enabled for the log output 1
RUST_LOG The level at which to emit logs info

About

🖥️ Simple HTTP server written in Rust and packaged inside a Docker image

https://hub.docker.com/r/jameshiew/hello-http

License:MIT License


Languages

Language:Rust 82.0%Language:Dockerfile 13.6%Language:Shell 4.4%