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