From 79cb538ef55c50e75158a2124c854be032f0213a Mon Sep 17 00:00:00 2001 From: a-sansara Date: Tue, 9 Aug 2016 04:06:36 +0200 Subject: [PATCH] update README --- DOCKER.md | 8 +++++--- README.md | 4 ++-- pluie/alpine-apache/README.md | 13 +++++++------ pluie/alpine-mysql/README.md | 7 ++++--- pluie/alpine-symfony/README.md | 8 ++++---- pluie/alpine/README.md | 7 ++++--- 6 files changed, 26 insertions(+), 21 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index c06d083..2403ad3 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -1,9 +1,11 @@ ## Docker - [index][1] -- [image pluie/alpine][2] -- [image pluie/alpine-mysql][3] -- [image pluie/alpine-apache][4] +- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 + - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 + - [pluie/alpine-symfony][6] ( ~ 81 MB ) + - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) +- [docker tips][5] ### Networking diff --git a/README.md b/README.md index d8dd097..f53f356 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ various based images for Docker ## Available Images +- [index][1] - [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 - - [image pluie/alpine-symfony][6] ( ~ 81 MB ) + - [pluie/alpine-symfony][6] ( ~ 81 MB ) - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) - - [docker tips][5] ## Base Image Structure diff --git a/pluie/alpine-apache/README.md b/pluie/alpine-apache/README.md index 07966a1..24ff143 100644 --- a/pluie/alpine-apache/README.md +++ b/pluie/alpine-apache/README.md @@ -1,9 +1,10 @@ # pluie/alpine-apache - [index][1] -- [image pluie/alpine][2] -- [image pluie/alpine-mysql][3] -- [image pluie/alpine-symfony][6] +- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 + - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 + - [pluie/alpine-symfony][6] ( ~ 81 MB ) + - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) - [docker tips][5] Extend pluie/alpine with __apache 2.4.23__ and __php 5.6.24__ @@ -48,11 +49,11 @@ __/app/vhost__ is your app vhost configuration file (with a serverName directive by default it use the apache rewrite module to redirect all uri to entry point $WWW_INDEX ``` -/app/ # your application directory +/app/ # your application directory | - |---- www/ # documentRoot + |---- $WWW_DIR/ # documentRoot | - |---- vhost # apache app vhost + |---- vhost # apache app vhost ``` diff --git a/pluie/alpine-mysql/README.md b/pluie/alpine-mysql/README.md index f7652d6..214931d 100644 --- a/pluie/alpine-mysql/README.md +++ b/pluie/alpine-mysql/README.md @@ -1,9 +1,10 @@ # pluie/alpine-mysql - [index][1] -- [image pluie/alpine][2] -- [image pluie/alpine-apache][4] -- [image pluie/alpine-symfony][6] +- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 + - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 + - [pluie/alpine-symfony][6] ( ~ 81 MB ) + - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) - [docker tips][5] Extend pluie/alpine with mysql (mariadb) 5.5.47 diff --git a/pluie/alpine-symfony/README.md b/pluie/alpine-symfony/README.md index ff2a5e2..b834b0b 100644 --- a/pluie/alpine-symfony/README.md +++ b/pluie/alpine-symfony/README.md @@ -1,10 +1,10 @@ # pluie/alpine-symfony - [index][1] -- [image pluie/alpine][2] -- [image pluie/alpine-mysql][3] -- [image pluie/alpine-apache][4] -- [image pluie/alpine-symfony][6] +- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 + - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 + - [pluie/alpine-symfony][6] ( ~ 81 MB ) + - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) - [docker tips][5] Extend pluie/alpine-apache. diff --git a/pluie/alpine/README.md b/pluie/alpine/README.md index 9dbdf17..4e82852 100644 --- a/pluie/alpine/README.md +++ b/pluie/alpine/README.md @@ -1,9 +1,10 @@ # pluie/alpine - [index][1] -- [image pluie/alpine-mysql][3] -- [image pluie/alpine-apache][4] -- [image pluie/alpine-symfony][6] +- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4 + - [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24 + - [pluie/alpine-symfony][6] ( ~ 81 MB ) + - [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB ) - [docker tips][5] This Image provide a Linux Alpine distribution with :