0

I'm using Docker Desktop 4.20 to setup a KinD cluster. The cluster is working fine, however, if I re-login or restart Docker Desktop, the control plane container is gone. It seems like there is no restart policy for the container.

If, for example, I have control over the docker run command line, I can always specify --restart always which correctly ensures my container starts with Docker Desktop automatically. However, since I do NOT have control over the command that launches the cluster's control plane container, I can't tell it to always restart. I've also looked in the KinD cluster config docs but found nothing.

How do I get the cluster to auto-restart with Docker Desktop?

Sagi Mann
  • 2,967
  • 6
  • 39
  • 72

0 Answers0