Installation on Docker macOS (supervised)

Hi everybody I need a little help, normally in linux i have installed with this script:
curl -sL https://raw.githubusercontent.com/home-assistant/supervised-installer/master/installer.sh | bash -s -- -m intel-nuc -d /myFolder/

But off course in macOS return this error:
missing: systemd network-manager apparmor jq dbus

There is a way to install supervised on Mac docker?

Additionally (if I remember correctly), there is no host-networking available for Docker on Mac (--network=host), so all discovery features would be unavailable.

Did you find a way?