Persistent multi-user Docker on macOS
Ever wanted to run Docker on an unmanned macOS machine, where all users could have access to a working Docker command-line?
First, be aware that docker
is not designed to be securely shared among multiple users. As with Linux, Please assume that anyone who has access to docker
is effectively equivalent to `root'.