Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Modify an existing singularity container

sudo singularity build lolcow.sif docker://godlovedc/lolcow  # pulls and builds an example container

sudo singularity build --sandbox lolcow_sandbox/ lolcow.sif # converts from container to a writable sandbox

sudo singularity build lolcow2 lolcow_sandbox/ # converts from sandbox to container
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Modify #existing #singularity #container
ADD COMMENT
Topic
Name
5+3 =