diff --git a/web/content/docs/devguide/advanced/working-on-eve.pandoc b/web/content/docs/devguide/advanced/working-on-eve.pandoc
index 1409f2345d3dc96ad01600d8f1b950c3cce8e792..2e34cb9c33e416e1e66e7c87867e1f280e84b9e5 100644
--- a/web/content/docs/devguide/advanced/working-on-eve.pandoc
+++ b/web/content/docs/devguide/advanced/working-on-eve.pandoc
@@ -28,6 +28,10 @@ ml git/2.20.1
 ```
 :::
 
+## Run OGS within a container
+
+Eve has [Singularity](https://www.sylabs.io/singularity) container runtime installed so you can simply download a prebuilt container and run OGS inside it. See the [user guide]({{< ref "container" >}}) for more infos.
+
 ## Build OGS-6
 
 Load required modules by sourcing the environment script:
diff --git a/web/content/docs/userguide/basics/container.pandoc b/web/content/docs/userguide/basics/container.pandoc
index 3c908685656b2faa493deaf39bb41585ae5f1508..e0c26c651594bd42ba0b419dab4b73c570ddf71b 100644
--- a/web/content/docs/userguide/basics/container.pandoc
+++ b/web/content/docs/userguide/basics/container.pandoc
@@ -22,6 +22,10 @@ weight = 10
 
 Simply download an image from the [releases]({{< ref "/releases" >}}) page.
 
+#### Option: Download image from the latest master-branch build
+
+Simply download an image from the [latest master-branch build](https://jenkins.opengeosys.org/job/ufz/job/ogs/job/master/lastSuccessfulBuild/artifact/build) page.
+
 #### Option: Create custom image with ogs-container-maker
 
 Build images with [ogs-container-maker](https://github.com/ufz/ogs-container-maker) on [Jenkins](https://jenkins.opengeosys.org/job/ufz/job/ogs-container-maker/job/master/build) (login required, ask Lars Bilke for access):