update README
This commit is contained in:
parent
6f22d95e79
commit
79cb538ef5
|
@ -1,9 +1,11 @@
|
||||||
## Docker
|
## Docker
|
||||||
|
|
||||||
- [index][1]
|
- [index][1]
|
||||||
- [image pluie/alpine][2]
|
- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4
|
||||||
- [image pluie/alpine-mysql][3]
|
- [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24
|
||||||
- [image pluie/alpine-apache][4]
|
- [pluie/alpine-symfony][6] ( ~ 81 MB )
|
||||||
|
- [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB )
|
||||||
|
- [docker tips][5]
|
||||||
|
|
||||||
### Networking
|
### Networking
|
||||||
|
|
||||||
|
|
|
@ -4,11 +4,11 @@ various based images for Docker
|
||||||
|
|
||||||
## Available Images
|
## Available Images
|
||||||
|
|
||||||
|
- [index][1]
|
||||||
- [pluie/alpine][2] ( < 10 MB ) Alpine/3.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-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 )
|
- [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB )
|
||||||
|
|
||||||
- [docker tips][5]
|
- [docker tips][5]
|
||||||
|
|
||||||
## Base Image Structure
|
## Base Image Structure
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# pluie/alpine-apache
|
# pluie/alpine-apache
|
||||||
|
|
||||||
- [index][1]
|
- [index][1]
|
||||||
- [image pluie/alpine][2]
|
- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4
|
||||||
- [image pluie/alpine-mysql][3]
|
- [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24
|
||||||
- [image pluie/alpine-symfony][6]
|
- [pluie/alpine-symfony][6] ( ~ 81 MB )
|
||||||
|
- [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB )
|
||||||
- [docker tips][5]
|
- [docker tips][5]
|
||||||
|
|
||||||
Extend pluie/alpine with __apache 2.4.23__ and __php 5.6.24__
|
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
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# pluie/alpine-mysql
|
# pluie/alpine-mysql
|
||||||
|
|
||||||
- [index][1]
|
- [index][1]
|
||||||
- [image pluie/alpine][2]
|
- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4
|
||||||
- [image pluie/alpine-apache][4]
|
- [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24
|
||||||
- [image pluie/alpine-symfony][6]
|
- [pluie/alpine-symfony][6] ( ~ 81 MB )
|
||||||
|
- [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB )
|
||||||
- [docker tips][5]
|
- [docker tips][5]
|
||||||
|
|
||||||
Extend pluie/alpine with mysql (mariadb) 5.5.47
|
Extend pluie/alpine with mysql (mariadb) 5.5.47
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
# pluie/alpine-symfony
|
# pluie/alpine-symfony
|
||||||
|
|
||||||
- [index][1]
|
- [index][1]
|
||||||
- [image pluie/alpine][2]
|
- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4
|
||||||
- [image pluie/alpine-mysql][3]
|
- [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24
|
||||||
- [image pluie/alpine-apache][4]
|
- [pluie/alpine-symfony][6] ( ~ 81 MB )
|
||||||
- [image pluie/alpine-symfony][6]
|
- [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB )
|
||||||
- [docker tips][5]
|
- [docker tips][5]
|
||||||
|
|
||||||
Extend pluie/alpine-apache.
|
Extend pluie/alpine-apache.
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
# pluie/alpine
|
# pluie/alpine
|
||||||
|
|
||||||
- [index][1]
|
- [index][1]
|
||||||
- [image pluie/alpine-mysql][3]
|
- [pluie/alpine][2] ( < 10 MB ) Alpine/3.4
|
||||||
- [image pluie/alpine-apache][4]
|
- [pluie/alpine-apache][3] ( ~ 50 MB ) Apache/2.4.23 Php/5.6.24
|
||||||
- [image pluie/alpine-symfony][6]
|
- [pluie/alpine-symfony][6] ( ~ 81 MB )
|
||||||
|
- [pluie/alpine-mysql][4] ( ~172 MB ) Mysql/5.5.47 ( MariaDB )
|
||||||
- [docker tips][5]
|
- [docker tips][5]
|
||||||
|
|
||||||
This Image provide a Linux Alpine distribution with :
|
This Image provide a Linux Alpine distribution with :
|
||||||
|
|
Loading…
Reference in New Issue
Block a user