What problem does it solve? Working with Apptainer containers on HPC clusters involves many specialized concepts—SIF images, definition files, GPU and MPI integration, bind mounts, overlays, fakeroot, and security configuration—that are hard to get right without deep documentation knowledge. ## Core Features & Use Cases - Container Build Guidance: Covers all apptainer build workflows including Docker/OCI sources, definition files, sandboxes, and encrypted images. - HPC Runtime Patterns: Explains GPU workloads (--nv, --rocm), MPI parallel jobs, Slurm batch integration, bind mounts, and persistent overlays. - Administration Reference: Details apptainer.conf, user namespaces, fakeroot setup, security policy, and Singularity migration. - Use Case: A researcher needs to run a TensorFlow training job with GPU support on a Slurm cluster; the skill provides the correct apptainer exec --nv --bind command and explains image signing and caching. ## Quick Start Ask how to build a SIF image from a Docker Hub container and run it with GPU support on your cluster.