apptainer pull
linux
Pull container images from remote sources. See also: `apptainer-push`.
More info →Options (2)
-F, --forcebooleanForce overwrite an existing image file
Example:
apptainer pull {{[-F|--force]}} {{path/to/image.sif}} docker://{{image}}:{{tag}}-h, --helpbooleanDisplay help
Example:
apptainer pull {{[-h|--help]}}Examples (8)
Pull a container from Docker Hub
apptainer pull path/to/image.sif docker://image:tagPull a container from the Container Library
apptainer pull path/to/image.sif library://user/collection/container:tagPull a container from an OCI registry
apptainer pull path/to/image.sif oras://registry/namespace/image:tagPull a container for a specific architecture
apptainer pull --arch amd64|arm64|ppc64le path/to/image.sif library://image:tagForce overwrite an existing image file
apptainer pull [-F|--force] path/to/image.sif docker://image:tagPull a container as a writable sandbox directory
apptainer pull --sandbox path/to/directory docker://image:tagPull a container without using the cache
apptainer pull --disable-cache path/to/image.sif docker://image:tagDisplay help
apptainer pull [-h|--help]made by @shridhargupta | data from tldr-pages