apptainer

Container and sandbox platform for running applications securely

brewmacoslinux
Try with needOr install directly
Source

About

Application container and unprivileged sandbox platform for Linux

Commands

apptainer

Examples

Build a container image from a definition file$ apptainer build my-container.sif my-container.def
Run a command inside a container image$ apptainer exec my-container.sif python script.py
Start an interactive shell session in a container$ apptainer shell my-container.sif