SingularityContainerCreation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
= Prerequisites = | = Prerequisites = | ||
By default, ordinary users don't have the right to create Singularity containers. You must either do it as root, or to work with sudoer account (the best option !). | By default, ordinary users don't have the right to create Singularity containers. You must either do it as root, or to work with sudoer account (the best option !). | ||
= Creation of of containers = | |||
On this page, we will not explain all the methods that exist to build a container, this is already done [https://www.sylabs.io/guides/2.6/user-guide/build_a_container.html here]. Instead, we will illustrate one method that can rapidly be adopted. | |||
== Creation of a container using a definition file == | |||
Revision as of 12:25, 30 October 2018
Prerequisites
By default, ordinary users don't have the right to create Singularity containers. You must either do it as root, or to work with sudoer account (the best option !).
Creation of of containers
On this page, we will not explain all the methods that exist to build a container, this is already done here. Instead, we will illustrate one method that can rapidly be adopted.
Creation of a container using a definition file
Sources
- Singularity website -> explanations to build a container on this page.