From dd57c2c084392e255ae650b3018d454226a635e3 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Wed, 25 Jan 2023 13:03:33 -0500 Subject: [PATCH] add header for rootless --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a3e2347..da0a4aa 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ docker run -p 3000:3000 opendronemap/nodeodm ``` docker-machine ip ``` +### Running rootless -* A rootless alternative to Docker is using [Apptainer](https://apptainer.org/). In order to run NodeODM together with ClusterODM on HPC, we need a rootless alternative to Docker, and that's where Apptainer comes in to play. From the Linux command line, cd into the NodeODM folder and run the following commands to host a NodeODM instance: +* A rootless alternative to Docker is using [Apptainer](https://apptainer.org/). In order to run NodeODM together with ClusterODM in rootless environments, for example on HPC, we need a rootless alternative to Docker, and that's where Apptainer comes in to play. From the Linux command line, cd into the NodeODM folder and run the following commands to host a NodeODM instance: ``` apptainer build --sandbox node/ apptainer.def