Training
TTT4HPC
run
command and exec
command, i.e. that the run
command typically runs the set of commands in the runscript and is not interactive, while exec
bypasses this and instead runs what we tell it inside the container?instance start
command. And that we give a name to the service we start and that this name is used when running apps on the service. Maybe that could be added? Also it is worth mentioning what a "service" is. Something like: not just a program that executes and finishes but a program that is running in the background waiting for instructions. For services - does one in apptainer always start it with instance start
and then additionally afterwards run the apps?Exercises can be in the second table of content of the page (now called examples)
TO BE CHANGED (ENRICO)
(brainstorming list)