Is docker swarm strictly required? #12
-
i have a traefik instance so, i want to use that without enabling swarm mode |
Beta Was this translation helpful? Give feedback.
Answered by
andrasbacsai
Apr 2, 2021
Replies: 1 comment 1 reply
-
It's not an option because the applications are started in a stack, only available in swarm mode. Because at some point in the future, everything could be started with highly available replicas in swarm nodes. I will check how much work necessary needed to have a non-swarm option as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
andrasbacsai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's not an option because the applications are started in a stack, only available in swarm mode. Because at some point in the future, everything could be started with highly available replicas in swarm nodes.
I will check how much work necessary needed to have a non-swarm option as well.