From 7c668e659681e9f4c8b105980968608966ff3c31 Mon Sep 17 00:00:00 2001 From: Josef Hrabal <josef.hrabal@vsb.cz> Date: Wed, 16 Oct 2019 16:06:32 +0200 Subject: [PATCH] Update Hands-on.md --- Singularity/Hands-on.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Singularity/Hands-on.md b/Singularity/Hands-on.md index 10f5590..770a33f 100644 --- a/Singularity/Hands-on.md +++ b/Singularity/Hands-on.md @@ -200,6 +200,8 @@ singularity run myimage.sif | singularity run --app <appname> myimage.sif ## Running an Instance +Singularity, also lets you run containers in a "detached" or "daemon" mode which can run different services in the background. + * [ ] Run your image as an instance * [ ] List running instances * [ ] Shell into instance -- GitLab