Skip to content

Publishing the images

Serve the binaries through a simple HTTP server.

apt install docker.io docker-compose
docker pull ghcr.io/patrickdappollonio/docker-http-server:v2
mkdir -p web/firmwares

Configure the service on port 5000 with ./web:/html:ro, test with docker compose up, then use docker compose up -d.

Open http://SERVER-IP:5000/.

Last updated on