This currently is pretty minimal and uses:
docker build -t grav:latest .
docker run -p 8000:80 grav:latest
Point browser to http://localhost:8000 and create user account...
docker run -d -p 8000:80 --restart always -v grav_data:/var/www/html grav:latest
Content type
Image
Digest
Size
194.5 MB
Last updated
over 6 years ago
docker pull spatialy/getgrav