This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Apptainer

    limactl start template://apptainer
    limactl shell apptainer apptainer run -u -B $HOME:$HOME docker://alpine
    
    limactl start template://apptainer-rootful
    limactl shell apptainer-rootful apptainer run -u -B $HOME:$HOME docker://alpine
    

    See also https://apptainer.org/docs/user/latest/.