apptainer-oci-create - Man Page
Create a container from a bundle directory (root user only)
Synopsis
apptainer oci create -b [create options...]
Description
Create invoke create operation to create a container instance from an OCI
bundle directory
Options
-b, --bundle="" specify the OCI bundle path (required)
--empty-process[=false] run container without executing container process (eg: for POD container)
-h, --help[=false] help for create
--log-format="kubernetes" specify the log file format. Available formats are basic, kubernetes and json
-l, --log-path="" specify the log file path
--pid-file="" specify the pid file
-s, --sync-socket="" specify the path to unix socket for state synchronization
Example
$ apptainer oci create -b ~/bundle mycontainer
See Also
History
5-Sep-2024 Auto generated by spf13/cobra
Referenced By
Sep 2024 Auto generated by spf13/cobra