apptainer-run โ€” Run the default runscript of an Apptainer container. The runscript is defined in the `%runscript` section of the container's definition file. See also: `apptainer exec`, `apptainer shell`. # source: tldr ยท verified Examples: # Run the default runscript of a container [GNU] $ apptainer run path/to/image.sif # Run with arguments passed to the runscript [GNU] $ apptainer run path/to/image.sif arg1 arg2 ... # Run with a bind mount from host to container [GNU] $ apptainer run [-B|--bind] path/to/source:path/to/destination path/to/image.sif # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/apptainer-run