Changes between Initial Version and Version 1 of cypress/SingularityDockerhub


Ignore:
Timestamp:
09/27/22 16:42:05 (19 months ago)
Author:
fuji
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • cypress/SingularityDockerhub

    v1 v1  
     1= Build Singularity Containers from Dockerhub =
     2
     3[https://www.docker.com/ Docker] is a container virtualization environment that can establish development or runtime environments without modifying the environment of the base operating system. It runs on Mac and Windows.
     4
     5To use Singularity on Cypress, you have to login to one of Centos7 computing nodes.
     6{{{
     7idev --partition=centos7
     8}}}
     9
     10Load the module,
     11{{{
     12module load singularity/3.9.0
     13}}}
     14
     15Build from Docker Hub, for example ubuntu 14.04
     16
     17{{{
     18singularity pull docker://ubuntu:14.04
     19}}}