From afbd55f8e2a6901ceffb4e3b24dd8ae7a80a0416 Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Tue, 28 Apr 2020 21:22:40 +0200 Subject: [PATCH] Added information on the two available images --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5110217..9602cd3 100644 --- a/README.md +++ b/README.md @@ -53,3 +53,7 @@ services: - DISABLE_CONFD=y ``` +## Images +There are two available images for you to choose from. The default one (0.*n*) is based on +Debian 10, with Icinga2 from Icings official repository. The other image (0.*n*-alpine) is +based on Alpine 3.11, with Icinga2 from Alpines repository. The Alpine image is much smaller.