Thanks to the great work of the hypriot-Project we can now run a docker-deamon on Raspberry-PI. Along with the Raspberry-Image itself the hypriot-guys also offered a bunch of Docker-Images to get started. Unfortunately no nginx-image so far - which was the reason for this one.
It's just a bare naked nginx-installation (which is started in the foreground when you run a container). The usage is basically the same as with the official nginx-image. Please, find some usage-inspirations there.
docker run -d -p 8080:80 --name webserver \
-v $(pwd):/var/www/html schoeffm/rpi-nginx
Content type
Image
Digest
sha256:4eb4108a0…
Size
83 MB
Last updated
over 6 years ago
docker pull schoeffm/rpi-nginx