Avinash Sridharan created MESOS-5579:
----------------------------------------
Summary: Support static IP address allocation with
`DockerContainerizer`
Key: MESOS-5579
URL: https://issues.apache.org/jira/browse/MESOS-5579
Project: Mesos
Issue Type: Task
Environment: Linux
Reporter: Avinash Sridharan
Docker run supports the `--ip` option to allocate a specific IPv4 address to
the container. Also, the `NetworkInfo` protobuf has an `ipaddress` field that
all frameworks to specify an IP address for the container. The docker executor
should therefore invoke the `docker run` command with the --ip option whenever
the `ipaddress` field of the `NetworkInfo` is set allowing frameworks to try
and assign a static IP address for their services.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)