logoalt Hacker News

actinium226yesterday at 12:40 PM2 repliesview on HN

I tried looking into this, but I do development work on Mac, which is not supported, and so it became a non starter.


Replies

mbreeseyesterday at 3:39 PM

See: https://apptainer.org/docs/admin/main/installation.html#mac

Just like with Docker, it spins up a Linux VM that integrates with Apptainer. You can install/use it with Lima (much like Docker).

You can also install it with `brew install lima` and then run `limactl start template://apptainer` to get a running Apptainer compatible VM running.

show 1 reply