Skip to content

loganoconnell/rpi-busybox-httpd

Repository files navigation

rpi-busybox-httpd

Custom Raspberry Pi compatible Docker image with a minimal Busybox httpd web server adapted from hypriot/rpi-busybox-httpd.

Starting the default web server

docker run -d -p 8080:80 hypriot/rpi-busybox-httpd

Creating this image

Install the build dependencies

./install-deps.sh

Build the Docker image

make build

Test the Docker image

make test

Push the Docker image to the Docker Hub

First use a docker login with username, password and email address

make push