.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-oci-create - Create a container from a bundle directory (root user only) .SH SYNOPSIS .PP \fBapptainer oci create -b [create options...] \fP .SH DESCRIPTION .PP Create invoke create operation to create a container instance from an OCI bundle directory .SH OPTIONS .PP \fB-b\fP, \fB--bundle\fP="" specify the OCI bundle path (required) .PP \fB--empty-process\fP[=false] run container without executing container process (eg: for POD container) .PP \fB-h\fP, \fB--help\fP[=false] help for create .PP \fB--log-format\fP="kubernetes" specify the log file format. Available formats are basic, kubernetes and json .PP \fB-l\fP, \fB--log-path\fP="" specify the log file path .PP \fB--pid-file\fP="" specify the pid file .PP \fB-s\fP, \fB--sync-socket\fP="" specify the path to unix socket for state synchronization .SH EXAMPLE .EX $ apptainer oci create -b ~/bundle mycontainer .EE .SH SEE ALSO .PP \fBapptainer-oci(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra