apptainer oci
Manage OCI containers
Synopsis
Allow you to manage containers from OCI bundle directories.
NOTE: all oci commands requires to run as root
Examples
All group commands have their own help output:
$ apptainer oci create -b ~/bundle mycontainer
$ apptainer oci start mycontainer
Options
-h, --help help for oci
SEE ALSO
Linux container platform optimized for High Performance Computing (HPC) and Enterprise Performance Computing (EPC) * apptainer oci attach - Attach console to a running container process (root user only) * apptainer oci create - Create a container from a bundle directory (root user only) * apptainer oci delete - Delete container (root user only) * apptainer oci exec - Execute a command within container (root user only) * apptainer oci kill - Kill a container (root user only) * apptainer oci mount - Mount create an OCI bundle from SIF image (root user only) * apptainer oci pause - Suspends all processes inside the container (root user only) * apptainer oci resume - Resumes all processes previously paused inside the container (root user only) * apptainer oci run - Create/start/attach/delete a container from a bundle directory (root user only) * apptainer oci start - Start container process (root user only) * apptainer oci state - Query state of a container (root user only) * apptainer oci umount - Umount delete bundle (root user only) * apptainer oci update - Update container cgroups resources (root user only)
Auto generated by spf13/cobra on 30-Oct-2024