.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-oci-run - Create/start/attach/delete a container from a bundle directory (root user only) .SH SYNOPSIS .PP \fBsingularity 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 .PP .RS .nf $ singularity oci run -b ~/bundle mycontainer is equivalent to : $ singularity oci create -b ~/bundle mycontainer $ singularity oci start mycontainer $ singularity oci attach mycontainer $ singularity oci delete mycontainer .fi .RE .SH SEE ALSO .PP \fBsingularity-oci(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra