How can coder use a docker swarm to deploy the workspaces?

I have a docker swarm consisting of 5 nodes. How can coder use this swarm to deploy workspaces. Also how will the home volume mounts be handled in this case. as they are currently on the main (leader) node.
1 Reply
kyle
kyle2y ago
Volume mounts won't work across nodes, but they will persist on the node the container was created on.

Did you find this page helpful?