GithubHelp home page GithubHelp logo

silencesys / docker-php-oci8 Goto Github PK

View Code? Open in Web Editor NEW
7.0 1.0 5.0 19 KB

My PHP with OCI8 extension docker image.

Home Page: https://hub.docker.com/r/silencesys/php-oci8

Dockerfile 100.00%
docker-image docker php php-image oci8 oci8-php-oracle php-oci8 docker-images

docker-php-oci8's Introduction


PHP+OCI8 logo


This is my custom docker image based on official php-fpm image with installed oci8 and few other extensions.



Tags

Extensions installed within this image

This image brings a few more extensions than the default PHP-fpm one.

  • zip
  • gdo
  • opcache
  • pdo_mysql
  • tokenizer
  • bcmath
  • pcntl
  • oci8

How to use this image

You can freely use this image as a base for your own docker images. Simply copy the following lines into your Dockerfile:

FROM silencesys/php-oci8:latest

COPY . /usr/src/myapp
WORKDIR /usr/src/myapp

CMD ["php-fpm"]
EXPOSE 9000

Custom configuration

To modify php configuration.

COPY ./config/your_config.ini /usr/local/etc/php/conf.d/custom.ini
COPY ./config/pool.d/your_pool.conf /usr/local/etc/php-fpm.d/costum.conf

You also have the possibility to modify the default php settings as is described in php docs.

License

This image on it's own does not have any license, but take a look at licences of other software that is included.

As with all Docker images, these also likely contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

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.