andreburgaud / docker-apache-grav

Docker image to support a Grav site (https://getgrav.org/)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project

Alpine Linux Docker image to host Grav. The image does not contain Grav. It includes Apache, PHP and the necessary libraries and configuration allowing to serve a Grav CMS hosted on the file system of the host machine. See section Usage for an example mapping a volume to the local file system.

Docker Pulls Docker Automated Build Docker Build Status Layers Version

Grav

From the Grav web site https://getgrav.org/:

Grav is a modern open source flat-file CMS.

Usage

First, download Grav from https://getgrav.org/downloads.

$ docker pull docker pull andreburgaud/apache-grav
$ docker run --rm -d -p 8000:80 --name grav -v "$PWD":/var/www/html andreburgaud/apache-grav

Then, open a browser pointing to http://localhost:8000.

License

MIT License

About

Docker image to support a Grav site (https://getgrav.org/)

License:MIT License


Languages

Language:Dockerfile 81.3%Language:Shell 18.7%