docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

How to use static IP in swarm #2928

Closed tutuerhao closed 4 years ago

tutuerhao commented 5 years ago

How to use static IP in swarm?

Dzhuneyt commented 5 years ago

Please elaborate. The question is not really clear. Using static IPs in Docker Swarm doesn't require any special setup. In fact, having a static IP for all nodes, I think, is a rule for participating in Swarm mode.

tutuerhao commented 5 years ago

@Dzhuneyt How to allocate static IP in overlay network

justincormack commented 4 years ago

This repo is for classic swarm, not swarmkit (swarm mode).