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
When running postinstall munki script the App disappears in applications/docker
Removing postinstall script. Docker app is present but when starting App the error occurs:
Directory permission error
You don't have write access to /Users//.docker
Delete it or fix its permissions before restarting Docker Desktop.
The same issue exists with the pkg recipes from smithjw. I did some debugging and took a look into the docker install documentation to see if I can solve the issue but I ended up with a complete rewrite of the postinstall script for the pkg recipe and some additional modifications
I now put the downloaded dmg into /private/tmp and the postinstall script mounts the dmg, gets the current username calls install with the --user=<username> --accept-license, unmounts and deletes the dmg.
I haven't had the time to take a look at the munki recipe but I assume that something similar is necessary. Munki at the moment has a low priority as we only provide packages to the affected client and none of our clients that uses Munki for patching uses Docker at the moment.
When running postinstall munki script the App disappears in applications/docker
Removing postinstall script. Docker app is present but when starting App the error occurs:
Directory permission error
You don't have write access to /Users//.docker
Delete it or fix its permissions before restarting Docker Desktop.
required compatibility check: Directory permission error
The text was updated successfully, but these errors were encountered: