You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we ware using docker swarm and macvlan networks to attach the containers direct to production network.
Is it possible to register containers directly with container ip from the macvlan network?
ps we are using registrator:master.
Many thanks
The text was updated successfully, but these errors were encountered:
the "-internal" flag is what you are looking for - I use it with macvlan networks and it works fine.
But you have to decide, you cannot use this with "docker0 bridge external ip announcing" in parallel.
Hi,
we ware using docker swarm and macvlan networks to attach the containers direct to production network.
Is it possible to register containers directly with container ip from the macvlan network?
ps we are using registrator:master.
Many thanks
The text was updated successfully, but these errors were encountered: