Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 756 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 756 Bytes

A tiny ~300KB statically linked web server with robust architecture support.

Quickstart

docker pull ghcr.io/egladman/redbean:latest
docker pull docker.io/egladman/redbean:latest

Example

Publish container port 80 to host port 9000

docker run --rm --publish 9000:80 egladman/redbean:latest

Open a web browser and navigate to localhost:9000.

Build

make image

Acknowledgement

Someone much smarter than me wrote the software, it just packaged it.