Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
fcs:eic:singularity [2017/07/26 22:11]
dblyth [On the Open Science Grid (OSG)]
fcs:eic:singularity [2017/09/12 21:00] (current)
hepsim17
Line 13: Line 13:
 </code> </code>
 .  Barring any errors, you are now running inside a container.  It is a container configured to be quite transparent, and you should be able to see all the files within your home directory as well as the processes that are running outside of the container when you run "top" This is in contrast to the default configuration of a Docker container, where isolation is desired.  While your home directory is mounted within the container, the system files have been replaced by the contents of the container.  Go ahead and try commands like "slic", "promc_browser", "jaspp", etc. .  Barring any errors, you are now running inside a container.  It is a container configured to be quite transparent, and you should be able to see all the files within your home directory as well as the processes that are running outside of the container when you run "top" This is in contrast to the default configuration of a Docker container, where isolation is desired.  While your home directory is mounted within the container, the system files have been replaced by the contents of the container.  Go ahead and try commands like "slic", "promc_browser", "jaspp", etc.
 +
 +====== Useful commands ======
 +
 +Download the image, and look inside. 
 +<code>
 +sudo singularity shell --writable --contain  fpadsim-v1.4.img
 +</code>
 +Now you can add files.
  
 ===== On the Open Science Grid (OSG) ===== ===== On the Open Science Grid (OSG) =====