Skip to content

ishahid/grav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Grav

Docker image for Grav, based on the Amazon Linux 2018.03 Docker Image

Requires Docker to be installed and running 🐋 Docker Install

Build the image

$ git clone git@github.com:ishahid/grav.git && cd grav && docker build -t grav .

Or pull the image from Docker Hub

$ docker pull ishahid/grav:latest

Run the image

$ docker run -d -p 8000:80 ishahid/grav

Installation

Point your browser to http://localhost:8000 and complete the setup. Read the Basic Tutorial to learn how it works.

Docker Hub

To build, tag and push to docker hub use the following commands.

$ docker build -t ishahid/grav -t ishahid/grav:VER .
$ docker push ishahid/grav