This is a Craft CMS / Craft 3 Beta base running on our nginx-php-fpm docker image.
| Docker Tag | Git Branch | Craft Release | Database | Caching |
|---|---|---|---|---|
| latest | master | 2.6.2978 | MariaDB 10.1.22 | Redis 3.2.8 |
| craft3beta | craft3beta | craft 3 beta 14 | PostgreSQL 9.6.2 | Memcached 1.4.36 |
Features:
- Nginx 1.13.x, PHP-FPM 7.1.x, Git 2.1.4
- imageMagick image manipulation library
To run, clone the git repo and run docker-compose up:
$ git clone https://github.com/wyveo/craftcms-docker.git
$ cd craftcms-docker
$ sudo docker-compose up -d
navigate to http://<HOSTNAME>/admin to begin installing Craft.
$ git clone -b craft3beta --single-branch https://github.com/wyveo/craftcms-docker.git
$ cd craftcms-docker
$ sudo docker-compose up -d
navigate to http://<HOSTNAME>/index.php?p=admin to begin installing Craft 3 Beta.