Module: check_mk
Branch: master
Commit: c45e841fd27e29778c45bfb51fbd7b370a5c593f
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=c45e841fd27e29…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Fri Sep 14 19:43:42 2018 +0200
Add handling of website packages to docker README
Change-Id: I8ebc4cce07462802f0919a9d72d4bc878f5e8b5b
---
docker/README.asciidoc | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/docker/README.asciidoc b/docker/README.asciidoc
index 0cecede..1950f83 100644
--- a/docker/README.asciidoc
+++ b/docker/README.asciidoc
@@ -55,6 +55,23 @@ e.g. during update.
|`--restart always` | Always restart the container if it stops.
|=======================================================================
+[[use-packages-from-our-website]]
+Use packages from our Website
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You may want to use the officially released images from your website,
+which you can find on the download page of each version as of version
+1.5.0p5.
+
+Download the file to your docker node and execute the load command:
+
+....
+docker load -i ~/Downloads/check-mk-enterprise-docker-1.5.0p5.tar.gz
+....
+
+After a successful import you can start creating containers using the
+image `checkmk/check-mk-enterprise:1.5.0p5`.
+
[[listen-on-http-https-standard-ports]]
Listen on HTTP / HTTPS standard ports
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~