aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6c38fea..c72aae9 100644
--- a/README.md
+++ b/README.md
@@ -280,3 +280,14 @@ docker rmi kissmoperl-auto-update
This README provides all the necessary information to deploy and manage your KISSmo Perl application using Docker with automatic updates.
+
+
+Or simply use the ready image:
+
+https://hub.docker.com/r/savagedot/kissmo
+
+```
+docker pull savagedot/kissmo
+
+docker run -d -p 7878:7878 --name kissmoperl savagedot/kissmo
+```