Elektrine lite

← Feed

@mic_check_one_two@lemmy.dbzer0.com

Post #3658858

2026-06-30 07:04 UTC

You have trouble getting Docker to auto-start on Windows? I thought that was the default behavior…

Replies (1)

  • @JRaccoon@discuss.tchncs.de 2026-06-30 07:37

    It works great when you log in as a user like you normally would on a Windows pc. But on a server you want it to run as a service, starting automatically in the background and/or being managed by the failover cluster without requiring a user to log in. The solution back then was to use netplwiz autologon. Obviously a hack and bad for security, but fine for a homelab. After googling it now, it looks like some other “solutions” are documented in the GitHub issue about this.

    Open ##3660896