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
small typo
  • Loading branch information
FooBarQuaxx authored Feb 15, 2018
commit 29fc82eb83042eca8e2dae38422e8734c6d13fe0
2 changes: 1 addition & 1 deletion pages/docs/user-docs/docs-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ This argument is useful in cases where you need hardware that is available durin


## Apps
What if you want to build a single contianer with two or three different apps that each have thier own runscripts and custom environments? In some circumstances, it may be redundant to build different containers for each app with almost equivalent dependencies.
What if you want to build a single container with two or three different apps that each have thier own runscripts and custom environments? In some circumstances, it may be redundant to build different containers for each app with almost equivalent dependencies.

Starting in Singularity 2.4 all of the above commands can also be used in the context of internal modules called <a href="/docs-apps">apps</a> based on the <a href="http://containers-ftw.org/SCI-F/" target="_blank">Standard Container Integration Format</a>. For details on apps, see the <a href="/docs-apps">apps</a> documentation. For a quick rundown of adding an app to your container, here is an example runscript:

Expand Down