An open API service indexing awesome lists of open source software.

https://github.com/nemke/docker-images


https://github.com/nemke/docker-images

centos6 centos7 docker lemp mysql nginx php php7

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          


docker-images


Requirements:



  • docker

  • docker-compose


Centos 6 Images



Every image is dependent on centos6/base image, so it need to be compiled first.



cd centos6/base && docker build -t centos6/base .


After that you can compile any of images you need:





  • Nginx 1.99 image:



    cd centos6/nginx && docker build -t centos6/nginx .




  • PHP 5.6 image:



    cd centos6/php56 && docker build -t centos6/php56 .




  • PHP 7.0 image:



    cd centos6/php70 && docker build -t centos6/php70 .




  • MySQL 5.6 image:



    cd centos6/mysql56 && docker build -t centos6/mysql56 .




  • Nginx 1.99/PHP FPM 5.6 image:



    cd centos6/nginx-php-fpm56 && docker build -t centos6/nginx-php-fpm56 .