mjstealey / grav

Docker implementation of grav-admin using debian:stretch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grav

Docker implementation of grav-admin using debian:stretch

WORK IN PROGRESS:

  • Basic implementation in Docker
  • Extend pages directories to local volume mount
  • Allow UID/GID setting within container for host user permissions on mounted volumes
  • SSL integration - self generated certs / LetsEncrypt hooks
  • Nginx reverse proxy

Supported tags and respective Dockerfile links

Pull image from dockerhub

docker pull mjstealey/grav-admin:latest

Usage:

Example 1. Deploy with default configuration

docker run --name grav -p 80:80 mjstealey/grav-admin:latest
  • NOTE: Generally the -d flag would be used in the above call to daemonize the process

The running site can be found at http://localhost.

  • On first use the user will be redirected to http://localhost/admin to register an Admin User for the installation. Grav Register Admin User

About

Docker implementation of grav-admin using debian:stretch


Languages

Language:Shell 100.0%