From 821b96f22038f0fe969334c323e5285fa73b69da Mon Sep 17 00:00:00 2001 From: Lars Bilke <lars.bilke@ufz.de> Date: Wed, 2 Sep 2020 10:49:42 +0200 Subject: [PATCH] [web] Added instructions on running DataExplorer in container. --- web/content/docs/userguide/basics/container.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/content/docs/userguide/basics/container.md b/web/content/docs/userguide/basics/container.md index b50a39e6756..13921143e39 100644 --- a/web/content/docs/userguide/basics/container.md +++ b/web/content/docs/userguide/basics/container.md @@ -71,3 +71,10 @@ Singularity ogs-6.2.2-serial.sif:...> ls /scif/apps/ogs/bin # Exit the container and get back to your hosts shell Singularity ogs-6.2.2-serial.sif:...> exit ``` + +### Run the DataExplorer inside a Container + +* Get a Singularity container with the DataExplorer (has `-gui` in its name) +* `singularity exec --app ogs ogs-xxx-gui-xxx.sif DataExplorer` + +You may use this container on e.g. `envinf1` with X11 forwarding (`ssh -XY envinf1`). -- GitLab