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

925

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