diff --git a/DOCKER.md b/DOCKER.md index c7fb421..623b253 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -4,8 +4,8 @@ - [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 - [pluie/alpine-apache-fpm][7] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 Fpm - - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.0 - - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) + - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.1 + - [pluie/alpine-mysql][4] ( ~172 MB ) MariaDb/10.1.14 - [docker tips][5] ### Networking @@ -157,8 +157,8 @@ docker run --name symfony --restart=always \ [1]: https://github.com/pluie-org/docker-images [2]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine - [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql - [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql [7]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache-fpm [5]: https://github.com/pluie-org/docker-images/blob/master/DOCKER.md [6]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony diff --git a/README.md b/README.md index 3aaad0b..653e108 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ various based images for Docker - [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 - [pluie/alpine-apache-fpm][7] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 Fpm - - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.0 - - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) + - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.1 + - [pluie/alpine-mysql][4] ( ~172 MB ) MariaDb/10.1.14 - [docker tips][5] ## Base Image Structure @@ -74,8 +74,8 @@ you can keep same __build__ script in any project [1]: https://github.com/pluie-org/docker-images [2]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine - [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql - [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql [7]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache-fpm [5]: https://github.com/pluie-org/docker-images/blob/master/DOCKER.md [6]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony diff --git a/pluie/alpine-apache-fpm/README.md b/pluie/alpine-apache-fpm/README.md index c1f4c80..041ea54 100644 --- a/pluie/alpine-apache-fpm/README.md +++ b/pluie/alpine-apache-fpm/README.md @@ -4,8 +4,8 @@ - [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 - [pluie/alpine-apache-fpm][7] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 Fpm - - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.0 - - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) + - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.1 + - [pluie/alpine-mysql][4] ( ~172 MB ) MariaDb/10.1.14 - [docker tips][5] Extend pluie/alpine with __apache 2.4.23__ and __php 5.6.24__ with FPM @@ -86,8 +86,8 @@ $ docker exec -it afpm "httpd -h" [1]: https://github.com/pluie-org/docker-images [2]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine - [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql - [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql [7]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache-fpm [5]: https://github.com/pluie-org/docker-images/blob/master/DOCKER.md [6]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony diff --git a/pluie/alpine-apache/README.md b/pluie/alpine-apache/README.md index 5473eb8..ca8636b 100644 --- a/pluie/alpine-apache/README.md +++ b/pluie/alpine-apache/README.md @@ -81,8 +81,8 @@ $ docker exec -it apache "httpd -h" ``` [1]: https://github.com/pluie-org/docker-images [2]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine - [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql - [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql [7]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache-fpm [5]: https://github.com/pluie-org/docker-images/blob/master/DOCKER.md [6]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony diff --git a/pluie/alpine-mysql/README.md b/pluie/alpine-mysql/README.md index 28bc6bc..33e29df 100644 --- a/pluie/alpine-mysql/README.md +++ b/pluie/alpine-mysql/README.md @@ -4,11 +4,11 @@ - [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 - [pluie/alpine-apache-fpm][7] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 Fpm - - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.0 - - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) + - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.1 + - [pluie/alpine-mysql][4] ( ~172 MB ) MariaDb/10.1.14 - [docker tips][5] -Extend pluie/alpine with mysql (mariadb) 5.5.47 +Extend pluie/alpine with mysql (MariaDb/10.1.14) Project comes with various scripts to execute basic tasks such as : - dbcreate - dbdump @@ -129,8 +129,8 @@ docker run --name mycontainer --link mysql:db ... [1]: https://github.com/pluie-org/docker-images [2]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine - [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql - [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql [7]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache-fpm [5]: https://github.com/pluie-org/docker-images/blob/master/DOCKER.md [6]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony diff --git a/pluie/alpine-symfony/README.md b/pluie/alpine-symfony/README.md index 3a0ef80..ee7fccc 100644 --- a/pluie/alpine-symfony/README.md +++ b/pluie/alpine-symfony/README.md @@ -4,8 +4,8 @@ - [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 - [pluie/alpine-apache-fpm][7] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 Fpm - - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.0 - - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) + - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.1 + - [pluie/alpine-mysql][4] ( ~172 MB ) MariaDb/10.1.14 - [docker tips][5] Extend pluie/alpine-apache-fpm. @@ -61,8 +61,8 @@ $ docker exec -it symfony bash [1]: https://github.com/pluie-org/docker-images [2]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine - [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql - [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql [7]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache-fpm [5]: https://github.com/pluie-org/docker-images/blob/master/DOCKER.md [6]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony diff --git a/pluie/alpine/README.md b/pluie/alpine/README.md index f8d96a0..d9abbcb 100644 --- a/pluie/alpine/README.md +++ b/pluie/alpine/README.md @@ -4,8 +4,8 @@ - [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 - [pluie/alpine-apache-fpm][7] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 Fpm - - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.0 - - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) + - [pluie/alpine-symfony][6] ( ~ 82 MB ) Symfony2.8 or 3.1 + - [pluie/alpine-mysql][4] ( ~172 MB ) MariaDb/10.1.14 - [docker tips][5] This Image provide a Linux Alpine distribution with : @@ -100,8 +100,8 @@ RUN bash /scripts/install.sh [1]: https://github.com/pluie-org/docker-images [2]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine - [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql - [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [3]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache + [4]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-mysql [7]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-apache-fpm [5]: https://github.com/pluie-org/docker-images/blob/master/DOCKER.md [6]: https://github.com/pluie-org/docker-images/tree/master/pluie/alpine-symfony