I so i have a node running on docker in windows 10 home. And i have 2 questions
Do i need at watchtower container? if yes - does anyone have a guide to set it up?
Also - my docker does not automatically start if the server has a reboot - does anyone know a way to troubleshoot this? it is causing some downtime for me. I have to manually start the container.
Hi @HGPlays
I can’t advise on the watchtower but I think if you set the docker run command to include --restart=always then it should start automatically.
Ah ok. There was a thread which mentioned setting the actual docker service startup type with ‘Automatic (delayed start)’ instead of ‘Automatic’. Also there was another thread which mentioned adding a dependency on a network service within the docker settings, but I can’t find the link now.
Docker desktop is starting only after login to your Windows account. This is how it’s designed…
You can run the docker desktop binary by Windows Scheduler. Configure the task to run independently of login, you will provide your login and password when you apply changes.
Experts believes that is insecure. If anyone get an access to your PC, it will be able to do anything because there would not be any protection like the requirement to provide a password at least.
You can try to clear this flag, click the Apply & Restart button, then select this flag again and click the Apply & Restart button again.
After that you can try to logout from Windows, then login back. The Docker Desktop application should start after a while.
If not, you may file a support request to the docker team.
Also I see that your Docker Desktop application wants to install update - maybe you should allow it to do that.