nipoppy.container.ApptainerHandler¶
- class nipoppy.container.ApptainerHandler(args=None, logger=None)¶
Container handler for Apptainer.
- Parameters:
args (Iterable[str])
logger (Optional[logging.Logger])
- get_pull_command(uri, fpath_container)¶
Get the command to pull a container image to a specified location.
- is_image_downloaded(uri, fpath_container)¶
Check if a container image has been downloaded.
- bind_flags = ('--bind', '-B')¶
Flag for binding paths.
- command = 'apptainer'¶
Container executable name.