I need to start many containers using Singularity.
If I don't assign them a name, it will be difficult to keep track of them.
I could store the correspondence between their IDs and what they do in an external file, but it's cumbersome.
I need something equivalent to docker run --name
, for Singularity.
Singularity documentation didn't help and there is nothing in the manpage.