Sign inSign up

flojon/grav

By flojon

Updated over 7 years ago

Docker image for [Grav](https://getgrav.org/) a modern open source flat-file CMS.

Image
1

10K+

flojon/grav repository overview

Grav Docker Image

Docker image for Grav a modern open source flat-file CMS. Includes the Administration panel plugin.

This image is published to docker hub as flojon/grav

Inspired by pgrm/docker-grav and docker-library/wordpress.

Basic usage

Run

docker run -v grav:/var/www/html -p 8080:80 grav:latest

and then visit http://localhost:8080/

This will create a named volume grav and map it to /var/www/html. It will also map local port 8080 to container port 80.

Tag summary

Content type

Image

Digest

Size

138.9 MB

Last updated

over 7 years ago

docker pull flojon/grav