aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArianit K <arianit@hax.al>2025-06-03 00:23:52 +0000
committerArianit K <arianit@hax.al>2025-06-03 00:23:52 +0000
commit7853f42c25a5bfa1a3282bacd5d6dd44e0fa0f5b (patch)
tree4bcbe8588b12468116e1891ec62fa3fa498e4569
parentCleaning Readme (diff)
downloadKISSmoDocker-master.tar.gz
KISSmoDocker-master.zip
Cleaning ReadmeHEADmaster
-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
+```