singularity oci create

Create a container from a bundle directory (root user only)

Synopsis

Create invoke create operation to create a container instance from an OCI bundle directory

singularity oci create -b <bundle_path> [create options...] <container_ID>

Examples

$ singularity oci create -b ~/bundle mycontainer

Options

-b, --bundle string       specify the OCI bundle path (required)
-h, --help                help for create
    --log-format string   specify the log file format. Available formats are basic, kubernetes and json (default "kubernetes")
-l, --log-path string     specify the log file path
    --pid-file string     specify the pid file

SEE ALSO

Auto generated by spf13/cobra on 4-Sep-2024