Sign inSign up

ltsmoke55/rpi_httpd_nano

By ltsmoke55

Updated over 9 years ago

A simple web server with outside site root folder.

Image
0

7.9K

ltsmoke55/rpi_httpd_nano repository overview

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

Tag summary

Content type

Image

Digest

Size

1.1 MB

Last updated

over 9 years ago

docker pull ltsmoke55/rpi_httpd_nano