Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions pages/info/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ Singularity: Invoking an interactive shell within container...
Singularity python-latest:~>
```

<font color='red' size='+1'>Ascineimsasasessssss!</font>

Additionally, Singularity blocks privilege escalation within the container and you are always yourself within a container! If you want to be root inside the container, you first must be root outside the container. This simple usage paradigm mitigates many of the security concerns that exists with containers on multi-user shared resources. You can directly call programs inside the container from outside the container fully incorporating pipes, standard IO, file system access, X11, and MPI. Singularity images can be seamlessly incorporated into your environment.

### Portability and Reproducibility
Expand Down