GithubHelp home page GithubHelp logo

james-nesbitt / image-fuzzy-alpine-php-dev Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wunderio/image-fuzzy-alpine-php-dev

0.0 3.0 0.0 25 KB

A wundertools docker image for PHP-FPM service that is ready for Drupal, and is tuned for developers

License: GNU General Public License v3.0

image-fuzzy-alpine-php-dev's Introduction

image-fuzzy-alpine-php-dev

A docker image for PHP-FPM service that is better tuned for web applications and meant to be used in development scenarios, where a more lenient environment may be needed. and where error output can be allowed.

Maintained by: James Nesbitt [email protected]

Container

Image

This image is available publicly as:

  • quay.io/wunder/fuzzy-alpine-php-dev : Docker Repository on Quay

Base

This image is heavily based on the fuzzy-php-fpm image, and only adds some PHP ini settings files.

Modifications

This image adds the following files:

/etc/php7/conf.d/30_xdebug.ini

  1. enable php-xdebug extension
  2. tune the extension to make it work with PHPSTORM

/etc/php7/conf.d/95_wunderdev.ini

  1. allow easy increasing of memory
  2. make php show errors

Using this Image

run this container as an independent service:

$/> docker run -d quay.io/wunder/fuzzy-alpine-php-dev

map any needed services such as memcache and dbs, and mount any source code volumes to whatever path needed:

$/> docker run -d \
      -v "$(pwd):/app/web" \
      -l "my_running_db_container:db.app" \
      -l "my_running_redis_container:redis.app" \
      quay.io/wunder/fuzzy-alpine-php-dev

TODO

  1. some kind of automated testing would be usefull.

image-fuzzy-alpine-php-dev's People

Contributors

james-nesbitt avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.