Skip to content

egladman/docker-redbean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tiny dockerized statically linked webserver

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published