You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
attrs/desktop pulls the act feature, which composes docker. ASAHI imports desktop, so the Mac gains virtualisation.docker.enable = true and a system-level act CLI for the first time.
Decide: do you want container tooling on this machine? If yes, nothing to do. If no, opt ASAHI out (e.g. split act out of attrs/desktop into its own opt-in module or gate per host) — don't leave it running unused.
First start on the Asahi kernel: systemctl status docker containerd after switch; confirm bridge/nf_tables modules load (docker info without errors).
Disk budget: Docker lives under /var/lib/docker on the Mac's internal SSD; prune early (docker system prune) if space-tight.
.actrc lands at /home/da/.actrc with -P ubuntu-latest=catthehacker/ubuntu:act-latest; sanity-run act --version and one tiny workflow if you intend to use it here.
attrs/desktoppulls the act feature, which composes docker. ASAHI importsdesktop, so the Mac gainsvirtualisation.docker.enable = trueand a system-levelactCLI for the first time.attrs/desktopinto its own opt-in module or gate per host) — don't leave it running unused.systemctl status docker containerdafter switch; confirm bridge/nf_tables modules load (docker infowithout errors)./var/lib/dockeron the Mac's internal SSD; prune early (docker system prune) if space-tight..actrclands at/home/da/.actrcwith-P ubuntu-latest=catthehacker/ubuntu:act-latest; sanity-runact --versionand one tiny workflow if you intend to use it here.Related: #60 (integration), #63.