apptainer-shell โ€” Start an interactive shell within an Apptainer container. See also: `apptainer exec`, `apptainer run`. # source: tldr ยท verified Examples: # Start an interactive shell inside a container [GNU] $ apptainer shell path/to/image.sif # Start a shell with a bind mount from host to container [GNU] $ apptainer shell [-B|--bind] path/to/source:path/to/destination path/to/image.sif # Start a shell with environment variables [GNU] $ apptainer shell --env variable=value path/to/image.sif # โœŽ Wrong or incomplete? Improve this page โ†’ https://curlhub.sh/man/apptainer-shell