Happy to help! This is how I discovered docker
--install-privileged-components I started poking around the Docker.app
using strings to see if there was any hidden commands and while the
docker binary didn't provide anything interesting, the DockerHel...
I found that the following command works well.
/Applications/Docker.app/Contents/MacOS/Docker
--install-privileged-components my install script steps as root: Curl
down latest DMG Mount dmg ditto Docker.app to /Applications/Docker.app
unmount dmg run...