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
When using Digital Ocean and the built in docker image we have an error when running MESG Core.
Error response from daemon: could not choose an IP address to advertise since this system has multiple addresses on interface eth0 (xxx.xxx.xxx.xxx and yyy.yyy.yyy.yyy)
This is because of the initialization of swarm where we need to precise the address that we want.
The text was updated successfully, but these errors were encountered:
What about removing swarm init in the core?
We could just return an good error message with the command to execute to init the swarm node with the advertise-addr flag.
What about removing swarm init in the core?
We could just return an good error message with the command to execute to init the swarm node with the advertise-addr flag.
I think we can easily catch this error and return a nice error for the user and ask them to run docker swarm. So I agree to remove the docker swarm init but we still need to check if we are on a swarm (services depends on that)
When using Digital Ocean and the built in docker image we have an error when running MESG Core.
This is because of the initialization of swarm where we need to precise the address that we want.
The text was updated successfully, but these errors were encountered: