-
Version of Singularity Describe the bug
Running To Reproduce
Expected behavior OS / Linux Distribution Description: Ubuntu 22.04.3 LTS This also occurs on our lab's HPC environment using a different singularity install Installation Method Other notes Also, running with sudo gives the error:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello. This issue has been converted to a Q&A discussion as it is not really a bug, but is related to usage of Singularity.
I'm afraid that, by design and due to the origins of Singularity and requirements of common workflows in HPC, this is not the expected behaviour for all containers run in Singularity's native mode. As documented (https://docs.sylabs.io/guides/4.0/user-guide/singularity_and_docker.html#differences-and-limitations-vs-docker) Singularity does not exactly follow the behaviour of Docker, so issues should be expected with some containers. The documentation section linked above includes details of the differences, potential workarounds, and also mentions the ne OCI-Mode (from Singularity 4.0) that is intended to more closely match the behaviour of Docker. In this case, Singularity will not enter the container at the Add |
Beta Was this translation helpful? Give feedback.
Hello. This issue has been converted to a Q&A discussion as it is not really a bug, but is related to usage of Singularity.
I'm afraid that, by design and due to the origins of Singularity and requirements of common workflows in HPC, this is not the expected behaviour for all containers run in Singularity's native mode.
As documented (https://docs.sylabs.io/guides/4.0/user-guide/singularity_and_docker.html#differences-and-limitations-vs-docker) Singularity does not exactly follow the behaviour of Docker, so issues should be expected with some containers.
The documentation section linke…