Giter VIP home page Giter VIP logo

docker-images's Introduction

Docker Images

Some Dockerfile

PHP 7.2、7.3、7.4

DockerHub: https://hub.docker.com/r/coderking/php

Base

Feature

  • Install Composer
  • Install redis, gd, pdo_mysql, zip and exif extensions

Pull image

docker pull coderking/php:7.2
docker pull coderking/php:7.3
docker pull coderking/php:7.4

Local

Feature

  • Extends Base
  • Install xdebug extensions
  • Add post_max_size=20M and upload_max_filesize=20M to php.ini

Pull image

docker pull coderking/php:7.2-local
docker pull coderking/php:7.3-local
docker pull coderking/php:7.4-local

Production

Feature

  • Extends Base
  • Install opcache extensions
  • Add post_max_size=20M and upload_max_filesize=20M to php.ini

Pull image

docker pull coderking/php:7.2-production
docker pull coderking/php:7.3-production
docker pull coderking/php:7.4-production

MySQL 8.0

DockerHub: https://hub.docker.com/r/coderking/mysql

Local

Feature

  • Add default-authentication-plugin=mysql_native_password and bind-address=0.0.0.0 to my.cnf

Pull image

docker pull coderking/mysql:8.0-local

Production

Feature

  • Add default-authentication-plugin=mysql_native_password to my.cnf

Pull image

docker pull coderking/mysql:8.0-production

MySQL Client

DockerHub: https://hub.docker.com/r/coderking/mysql-client

Pull image

docker pull coderking/mysql-client:1.0

NGINX 1.7

DockerHub: https://hub.docker.com/r/coderking/nginx

Feature

  • Add nginx.conf
  • Remove /etc/nginx/conf.d/default.conf

Pull image

docker pull coderking/nginx:1.7

Elasticsearch 7.4、7.6

DockerHub: https://hub.docker.com/r/coderking/elasticsearch

Feature

  • Install elasticsearch-analysis-ik

Pull image

docker pull coderking/elasticsearch:7.4
docker pull coderking/elasticsearch:7.6

docker-images's People

Contributors

0xdarker avatar baijunyao avatar

Stargazers

 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.