Sign inSign up

andreburgaud/apache-grav

By andreburgaud

Updated over 5 years ago

Docker image supporting the deployment of a Grav CMS site (https://getgrav.org)

Image
0

640

andreburgaud/apache-grav repository overview

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

Tag summary

Content type

Image

Digest

Size

12.9 MB

Last updated

about 8 years ago

docker pull andreburgaud/apache-grav