nipoppy.container.DockerHandler¶
- class nipoppy.container.DockerHandler(args=None, logger=None)¶
Container handler for Docker.
- 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 = ('--volume', '-v')¶
Flag for binding paths.
- command = 'docker'¶
Container executable name.