-
Notifications
You must be signed in to change notification settings - Fork 59
Description
Description:
It would be helpful to have the ability to specify a bind IP address for the containers. This feature would allow greater control over container network interfaces and improve flexibility in networking configurations. In my environments, I have several different IP Adresses on the same network to distinguish between different services.
Use Case:
In scenarios where multiple network interfaces are present, or specific IPs are required for security, routing, or isolation purposes, being able to explicitly bind containers to a particular IP address would ensure that the containers are reachable only through the intended network.
Proposed Solution:
Introduce an option for a corresponding setting in the dialogue, that allows users to specify the IP address to which the containers should bind.
Example: "Which IP address do you want to bind Alfresco services? Default: 0.0.0.0"
Thank you!