.nh .TH "apptainer" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP apptainer-oci-run - Create/start/attach/delete a container from a bundle directory (root user only) .SH SYNOPSIS .PP \fBapptainer oci run -b [run options...] \fP .SH DESCRIPTION .PP Run will invoke equivalent of create/start/attach/delete commands in a row. .SH OPTIONS .PP \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 .PP \fBapptainer-oci(1)\fP .SH HISTORY .PP 1-Apr-2024 Auto generated by spf13/cobra