(no title)
rmolina | 3 years ago
Btw, Sysbox is already supported in Docker-Desktop (business tier only), so you can easily do what you want with this instruction:
$ docker run -it --rm -e SYSBOX_SYSCONT_MODE=TRUE ghcr.io/nestybox/ubuntu-focal-systemd-docker:latest bash
Disclaimer: I'm Sysbox's co-creator and currently working for Docker.
lmarcos|3 years ago
But OP is looking for something that works for macos I believe.
rmolina|3 years ago
Yes, the above instruction runs on macos too as long as you have docker-desktop installed.