Based on Alpine for ARM delivers a ready to run instance of InlineCMS on top of Apache HTTP
1.2K
Based on Alpine for ARM this image delivers a fully configured and ready to run instance of InlineCMS based on Apache HTTP Server and PHP5.
You should run this container on the background and mount a volume to make the CMS content persistent.
Includes:
Exports a volume on /var/www/localhost/htdocs/data, where your CMS content is stored, and on /var/www/localhost/htdocs/theme, where your HTML template content is stored.
You should mount the volume /var/www/localhost/htdocs/data to make it permanent. Optionally, if you wish to customize the templates used as theme, you can also mount /var/www/localhost/htdocs/theme.
If you wish to customize the Apache HTTP Server configuration you can do so by providing a replacement mount for /etc/apache2/httpd.conf (global configuration) or adding files under /etc/apache2/conf.d/ (all included by default).
Two ports are exposed:
Remember to map the ports to the docker host on run.
To get the container up and running, run:
sudo docker run -d -p 8080:80 sudo docker run --name inlinecms -v inlinecms:/var/www/localhost/htdocs/data -d rlogiacco/rpi-inlinecms
Content type
Image
Digest
Size
19.8 MB
Last updated
over 9 years ago
docker pull rlogiacco/rpi-inlinecms