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
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Trying to launch the following application JSON yields the error: /ipAddress: ipAddress/discovery is not allowed for Docker containers using BRIDGE or USER networks:
It seems like specifiying port information in PortMappings instead of DiscoveryInfo does allow the necessary information to be stored in Marathon.
However, now that the location has changed, Marathon-LB is failing to balance to these tasks, since it checks DiscoveryInfo for ip-per-container tasks.
I would have liked to get Marathon-LB working before closing this issue...
Trying to launch the following application JSON yields the error:
/ipAddress: ipAddress/discovery is not allowed for Docker containers using BRIDGE or USER networks
:Why is discovery info blocked for Docker User networks?
The text was updated successfully, but these errors were encountered: