From 9dfe5a9cef4d7f6737acebf87e37d200b608d0fe Mon Sep 17 00:00:00 2001
From: Tamas Gal <himself@tamasgal.com>
Date: Tue, 4 Oct 2022 13:51:05 +0200
Subject: [PATCH] Update readme with docker/singularity

---
 README.rst | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/README.rst b/README.rst
index ee57793..3dcf355 100644
--- a/README.rst
+++ b/README.rst
@@ -32,6 +32,15 @@ To get the latest (stable) development release::
 
     pip install git+https://git.km3net.de/km3py/km3io.git
 
+Docker:
+
+    docker run -it docker.km3net.de/km3io
+
+Singularity:
+
+    wget https://sftp.km3net.de/singularity/km3io_v0.27.2.sif  # pick the version you like
+    singularity shell km3io_v0.27.2.sif
+
 **Reminder:** km3io is **not** dependent on aanet, ROOT or Jpp!
 
 Questions
-- 
GitLab