Cheeky Monkey Media’s PHP image, for Drupal and Wordpress development.
402
The Jungle includes the following tools: LibSass gulp Node.js Xdebug PHP Code Sniffer
For detailed information on how to use this image, please see the README file from the cmm-docker repository: https://bitbucket.org/cheekymonkeymedia/php-jungle
Future Updates: Future updates will occur via pull requests at bitbucket.
Supported Tags: cheekymonkeymedia/jungle:7.0 # php 7.0 cheekymonkeymedia/jungle:5.6 # php 5.6
Additional Directions: To get xdebug working on mac please do the following command in your terminal: sudo ifconfig lo0 alias 10.254.254.254
Example docker-compose.yml settings: php: image: cheekymonkeymedia/cmmdocker_php:5.6 environment: PHP_SITE_NAME: dev PHP_HOST_NAME: localhost:8000 PHP_DOCROOT: web # Relative path inside the /var/www/html/ directory. # PHP_XDEBUG: 1 # PHP_XDEBUG_AUTOSTART: 1 # PHP_XDEBUG_REMOTE_CONNECT_BACK: 0 # This is needed to respect remote.host setting below # PHP_XDEBUG_REMOTE_HOST: "10.254.254.254" # You will also need to 'sudo ifconfig lo0 alias 10.254.254.254' volumes: - ./:/var/www/html
Usage Launching the Container from Docker-Hub
To start a single php7 instance, execute: $ docker run cheekymonkeymedia/jungle:7.0
you can also start with php5.6 $ docker run cheekymonkeymedia/jungle:5.6
Credits: This image is built on top of the wodby/drupal dockerfile located at https://github.com/wodby/drupal-php
Owner: Cheeky Monkey Media is a digital marketing agencies that specializes in Drupal and WordPress web development and design.
Cheeky Monkey Media is committed to pioneering Drupal development and processes and innovation. As a group of monkeys dedicated to optimizing brands from the code up, we will be continuou to deliver new open source products to the Drupal community.
Content type
Image
Digest
Size
171.8 MB
Last updated
over 9 years ago
docker pull cheekymonkeymedia/jungle:7.0