A simple web server with outside site root folder.
7.9K
LINK github: https://github.com/luctogno/DockerFilePlayground
Use it with a command like this:
docker run --detach
--hostname 0.0.0.0
--publish :80
--name httpd_srv
--restart always
--volume <site_root_on_raspberry_fs>:/www
ltsmoke55/rpi_httpd_nano
Example:
docker run --detach
--hostname 0.0.0.0
--publish 8003:80
--name httpd_srv
--restart always
--volume /home/pi/docker/websites_httpd:/www
ltsmoke55/rpi_httpd_nano
Content type
Image
Digest
Size
1.1 MB
Last updated
over 9 years ago
docker pull ltsmoke55/rpi_httpd_nano