Docker image for grav used as blog
This image is meant to be run behind an SSL capable proxy, as it does not care
about transport layer security. You must provide configs for grav in the
/app/user/config folder. See the examples folder for a minimal setup.
I recommend the clean-blog theme for the best compability. It is intended to be synced via git-sync. Manually you can install it with gpm:
# Workdir /app
bin/gpm install clean-blog
The gitsync must be triggered on docker start, e.g. by:
# Workdir /app
su nginx -s /bin/sh -c 'bin/plugin git-sync sync'
Content type
Image
Digest
Size
57.2 MB
Last updated
over 6 years ago
docker pull cbeneke/grav-blog