update README

This commit is contained in:
a-sansara 2016-08-09 04:06:36 +02:00
parent 6f22d95e79
commit 79cb538ef5
6 changed files with 26 additions and 21 deletions

View File

@ -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

View File

@ -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

View File

@ -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
```

View File

@ -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

View File

@ -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.

View File

@ -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 :