From fe564e0e45b5be331d678aadd1f3f83ea15d7f10 Mon Sep 17 00:00:00 2001 From: Diego Javier Zea Date: Tue, 13 Apr 2021 15:34:22 +0200 Subject: [PATCH] Update doc to run the Singularity image --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 55ff5af..a00f653 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,10 @@ cd ThorAxeSupplementaryWebsite sudo singularity build thoraxe-supplmat.sif Singularity ``` -Then you can simply run it: +Then you can create an instance to run the server: ```bash -singularity run thoraxe-supplmat.sif -``` - -Or to create an instance to run the server: - -```bash -singularity instance start thoraxe-supplmat.sif thoraxe-supplmat +singularity instance start --bind .:/ThorAxeSuppl thoraxe-supplmat.sif thoraxe-supplmat singularity run instance://thoraxe-supplmat ``` \ No newline at end of file