I have a system in my network that has docker swarm mode enabled, but is not the system that the portainer server is running on.
when I use docker run to start an edge agent on this host, it complains that it needs AGENT_CLUSTER_ADDR set.
In this case, I want to have a non-swarm cluster agent...
I have a system in my network that has docker swarm mode enabled, but is not the system that the portainer server is running on.
when I use
docker runto start an edge agent on this host, it complains that it needsAGENT_CLUSTER_ADDRset.In this case, I want to have a non-swarm cluster agent...