Minimal image to deliver static content with the help of busybox-httpd.
243
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
Content type
Image
Digest
sha256:4200b1564…
Size
91 kB
Last updated
over 2 years ago
docker pull sysopsro/busybox-httpd