From 6a4fc4dea7f9bf7c428d747dcc735c465e5080cc Mon Sep 17 00:00:00 2001 From: Jack-Benny Persson Date: Wed, 29 Apr 2020 17:16:16 +0200 Subject: [PATCH] Updated README with port-mapping and problems with Alpine --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f26517e..2949839 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ Everything is controlled using the follwing environment variables. ## Example usage ``` #> docker run -d --name my-icinga-sat \ + -p 5665:5665 \ -e CN=icinga-sat02.local \ -e PARENTHOST=icinga-master.local \ -e PARENTCN=icinga-master.local \ @@ -41,6 +42,8 @@ version: "3.8" services: my-icinga-sat: image: jackbenny/icinga-satellite + ports: + - 5665:5665 environment: - CN=icinga-sat02.local - ZONE=icinga-sat02.local @@ -54,6 +57,10 @@ services: ``` ## Images + +> **NOTE:** Currently there are some problems with the Alpine image. Use the main image +> instead, tagged *0.n*. + There are two available images for you to choose from. The default one (0.*n*) is based on Debian 10, with Icinga2 from Icingas 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