Coder Social home page Coder Social logo

docker-images's Introduction

10up Docker Library

The Dockerfiles in this repository can be used to compile Docker images intended to be used as PHP upstreams for WordPress sites.

Nginx

PHP

What's Included

PHP-FPM at:

  • 5.3.29
  • 5.4.45
  • 5.5.33
  • 5.6.19
  • 7.0.4

How to use it

First, run a container:

docker run -d -v /var/www:/var/www --net=host --name php7 10up/php:7.0-fpm

Then, set your PHP upstreams in Nginx to point to the container. For clarity, each container listens on a different port:

  • 5.3 => 9053
  • 5.4 => 9054
  • 5.5 => 9055
  • 5.6 => 9056
  • 7.0 => 9070

The --host=net directive above will map all host ports into the container, so if PHP is running globally on port 9000, the containers won't conflict.

In addition, this means the PHP process in each container can communicate with Memcached (port 11211) and MySQL (port 3306) on the Docker host as well.

Each container will attempt to install the Pecl extensions for caching backends:

  • Redis
  • Memcached
  • Memcache
  • APCu

(Unless they are unsupported. APCu is PHP7 only. Redis and Memcached are not yet PHP7-compatible.)

What's Next

Minify the containers

  • Each container image is ~180MB. We should make sure this is as small as it can be.

License

10up's Docker Library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

docker-images's People

Contributors

ericmann avatar tlovett1 avatar

Watchers

 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.