Docker Desktop (on Windows) has an option to auto-start at login, which causes the Docker Desktop app to start on login.
Is there a way to set a container to auto-start on login as well?
For example, I am running the conduktor-console container, which provides a web interface for managing Kafka brokers.
Currently, I have to manually start this container each time I login. Is there a way to set it to automatically start?
This isn't a native docker question, but i would suggest to use the Windows
Task Scheduler, Combined with a simple powershell script that will run the container.docker runthe containerTask Schedulerthat will run this script on computer startup.See How to Automate PowerShell Scripts with Task Scheduler.