Sign inSign up

sysopsro/busybox-httpd

By sysopsro

Updated over 2 years ago

Minimal image to deliver static content with the help of busybox-httpd.

Image
Networking
Web servers
0

243

sysopsro/busybox-httpd repository overview

Minimal image to deliver static content with the help of busybox-httpd.

Can be ran via docker-compose or helm charts at https://charts.sysops.ro/

Docker-compose example:

---
version: "3.7"
services:
  webserver:
    image: sysopsro/busybox-httpd
    restart: always
    ports:
      - "3000:3000"
    volumes:
      - .:/home/static

Tag summary

Content type

Image

Digest

sha256:4200b1564

Size

91 kB

Last updated

over 2 years ago

docker pull sysopsro/busybox-httpd