MacOS – Where does docker desktop “start on login” option get stored and how to stop Docker from doing this outside of docker desktop

dockermacosstartup

MacOS start applications are controlled through the user and groups settings.

Also you can use cron.

In docker desktop there is a login setting that seems to secretly put some login setting somewhere. WHERE? This should be banned. Secret login triggers are a virus and security threat.

Is it in root and macos doesn't show root?

Best Answer

To disable docker from starting up when you log in:

Click on the docker icon on the menu bar and select preferences:

Disable the checkbox which says "Start Docker Desktop when you log in". Hope that helps.

enter image description here