Skip to content

Commit a1297b8

Browse files
committed
removing "contained applications and workflows"
1 parent 7ac7795 commit a1297b8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pages/docs/overview/faq.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,6 @@ $ sudo singularity create ubuntu-latest.img
140140
$ sudo singularity bootstrap ubuntu-latest.img ubuntu.def
141141
```
142142

143-
### Contained applications and work flows
144-
145-
Yes. Singularity imposes no limitations on forks, threads or processes in general.
146-
147143
### Can a Singularity container be multi-threaded?
148144

149145
Yes and maybe respectively. Any Singularity application can be suspended using standard Linux/Unix signals. Check-pointing requires some preloaded libraries to be automatically loaded with the application but because Singularity escapes the hosts library stack, the checkpoint libraries would not be loaded. If however you wanted to make a Singularity container that can be check-pointed, you would need to install the checkpoint libraries into the Singularity container via the specfile.
@@ -231,10 +227,13 @@ Additionally, there are precautions within the container context to mitigate any
231227

232228
You can read more about the Singularity <a href="/security">security overview here</a>.
233229

234-
### What is the average air speed velocity of an unladen swallow?
235230

236231
## Troubleshooting
237232

233+
234+
A little bit of help.
235+
236+
238237
### How to use Singularity with GRSecurity enabled kernels
239238

240239
To run Singularity on a GRSecurity enabled kernel, you must disable several security features:

0 commit comments

Comments
 (0)