How to prevent Docker Desktop from starting after log in on Windows?
I am using Docker on Windows 10 version 1809. Everything work great except that Docker starts after every reboot automatically although I have unchecked 'Start Docker when you log in' in settings.
Is there a registry setting that I can use instead or something? I am using Docker only for testing purpose and don't want to waste to much RAM.
- Docker Desktop version:
- Docker Desktop general settings:
Solution 1:
Have you tried disabling it in task manager?
- Open task manager (Ctrl+Alt+Delete, then click Task Manager)
- In bottom left corner, click "More details"
- In the top tabs, go to Startup.
- Look and see if Docker is located in here, and disable it if it is.
- That should be all, I guess restart to see if it still starts up or not.