Skip to content

Commit 02b3bda

Browse files
committed
Update flavours
1 parent 45924e6 commit 02b3bda

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/flavours.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,35 @@ Flavours |
1717

1818
### Flavours
1919

20+
Flavours are just different PHP-FPM images that are build on top of each other. Each layer adding more functionality. This makes it easier to separate images based on certain criterias and allows the user to pick a flavor that suits.
21+
22+
2023
#### base
2124

25+
> **builds from:** Official PHP images
26+
2227
Generic PHP-FPM base image. Use it to derive your own php-fpm docker image from it and add more extensions, tools and injectables.<br/><sub>(Does not offer any environment variables except for `NEW_UID` and `NEW_GID`)</sub>
2328

2429
#### mods
2530

31+
> **build from:** devilbox/php-fpm `base` flavour
32+
2633
Generic PHP-FPM image with fully loaded extensions. Use it to derive your own php-fpm docker image from it and add more extensions, tools and injectables.<br/><sub>(Does not offer any environment variables except for `NEW_UID` and `NEW_GID`)</sub>
2734

2835
#### prod
2936

37+
> **build from:** devilbox/php-fpm `mods` flavour
38+
3039
Devilbox production image. This Docker image comes with many injectables, port-forwardings, mail-catch-all and user/group rewriting.
3140

3241
#### slim
3342

43+
> **build from:** devilbox/php-fpm `prod` flavour
44+
3445
Devilbox intranet-ready image. Similar to `prod`, but contains least subset of required cli tools to make the Devilbox intranet work.
3546

3647
#### work
3748

49+
> **build from:** devilbox/php-fpm `slim` flavour
50+
3851
Devilbox development image. Same as `slim`, but comes with lots of locally installed [tools](available-tools.md) to make development inside the container as convenient as possible. See [Integrated Development Environment](../README.md#integrated-development-environment) for more information about this.

0 commit comments

Comments
 (0)