.nh .TH "apptainer" "1" "Nov 2025" "Auto generated by spf13/cobra" "" .SH NAME apptainer-oci-run - Create/start/attach/delete a container from a bundle directory (root user only) .SH SYNOPSIS \fBapptainer oci run -b [run options...] \fP .SH DESCRIPTION Run will invoke equivalent of create/start/attach/delete commands in a row. .SH OPTIONS \fB-b\fP, \fB--bundle\fP="" specify the OCI bundle path (required) .PP \fB-h\fP, \fB--help\fP[=false] help for run .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 run -b ~/bundle mycontainer is equivalent to : $ apptainer oci create -b ~/bundle mycontainer $ apptainer oci start mycontainer $ apptainer oci attach mycontainer $ apptainer oci delete mycontainer .EE .SH SEE ALSO \fBapptainer-oci(1)\fP .SH HISTORY 1-Nov-2025 Auto generated by spf13/cobra