Sign inSign up

rlogiacco/rpi-inlinecms

By rlogiacco

Updated over 9 years ago

Based on Alpine for ARM delivers a ready to run instance of InlineCMS on top of Apache HTTP

Image
0

1.2K

rlogiacco/rpi-inlinecms repository overview

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.

Description

You should run this container on the background and mount a volume to make the CMS content persistent.

Includes:

  • Apache HTTP Server
  • PHP5
  • InlineCMS

Volumes

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).

Ports

Two ports are exposed:

  • 80: default HTTP port
  • 443: default HTTPS port (disabled)

Remember to map the ports to the docker host on run.

How to run the container

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

Tag summary

Content type

Image

Digest

Size

19.8 MB

Last updated

over 9 years ago

docker pull rlogiacco/rpi-inlinecms