Hi,

Do I understand correctly that currently ContainerInfo.DockerInfo.DockerInfo of
Mesos Proto (
https://github.com/apache/mesos/blob/f9f379ddc315fb07e9862238dbe6e83988ac66c6/include/mesos/mesos.proto)
lacks IP address field in order to support ip:hostPort:containerPort format
of port mappings, which is available in "docker run" command
https://docs.docker.com/engine/reference/run/ ?

This seems to be the missing element, which would allow redirecting
requests coming to a particular IP address of the host to the container. If
I'm wrong, how can I setup such mapping programatically?

Thank you in advance,
Viktor

Reply via email to