Error writing unto pre-built container image #68
-
Hello, Is the pre-built container image read-only? I wanted to test this: I get this error at the end: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry I've been swamped recently and can probably take a look this weekend. |
Beta Was this translation helpful? Give feedback.
-
This turns out to be a simply Singularity issue. The container is read-only by default. But you can use the |
Beta Was this translation helpful? Give feedback.
This turns out to be a simply Singularity issue. The container is read-only by default. But you can use the
--writable
option when running thesingularity shell
command to make it writable. Please refer to Singularity's documentation for details.