Official Docker Image for Grav
Go to file
Romain Fluttaz 16dfc35501 Merge branch 'feat/2-change-code-import-from-dockerfile-to-entrypoint' into 'master'
Resolve "Change code import from dockerfile to entrypoint"

Closes #2

See merge request botux-fr/docker/grav!5
2018-10-25 21:05:49 +00:00
.gitlab-ci.yml Add .gitlab-ci.yml to build Dockerfile with cache for master, tag, and all. 2018-10-25 19:32:13 +00:00
Dockerfile Add entrypoint to unzip to unzip source, and change Dockerfile source location. 2018-10-25 22:58:14 +02:00
README.md Add entrypoint to unzip to unzip source, and change Dockerfile source location. 2018-10-25 22:58:14 +02:00
entrypoint.sh Add entrypoint to unzip to unzip source, and change Dockerfile source location. 2018-10-25 22:58:14 +02:00

README.md

Docker Image for Grav

Based on official grav docker image

Fonctionnalities :

  • apache-2.4.8
  • GD library
  • Unzip library
  • php7.2
  • php7.2-opcache
  • php7.2-acpu
  • php7.2-yaml
  • php7.2-ldap

Building the image from Dockerfile

docker build -t grav:latest .

Running Grav Image with Latest Grav + Admin (not persistent):

docker run -p 8000:80 grav:latest

Point browser to http://localhost/8000 and create user account...