Wednesday, March 8, 2023

20230308 Start Docker Desktop at the Windows Startup

https://stackoverflow.com/questions/51252181/how-to-start-docker-daemon-windows-service-at-startup-without-the-need-to-log/59467740#59467740

  • Task Scheduler
  • General
    • User: xxxx
    • Run whether user is logged on or not
    • Run with highest privilege
  • Triggers
    • At Startup
    • Delay task for 1 minute
    • Enabled
  • Action
    • Start a program
    • C:\Program Files\Docker\Docker\Docker Desktop.exe
Needed:
  • User xxxx must be in the Administrator group (edit Local Users and Groups)
  • May add xxxx to docker group

Additional:
  • Manually start Docker Desktop, accept agreements, uncheck "Open Docker Dashboard at Startup"
The agreement and dashboard may block the auto startup. 



No comments:

Post a Comment