1、marathon文档:https://mesosphere.github.io/marathon/docs/native-docker.html

Static port mapping:

It's also possible to specify non-zero host ports. When doing this you must ensure that the target ports are included in some resource offers! The Mesos slave announces port resources in the range [31000-32000] by default. This can be overridden; for example to also expose ports in the range [8000-9000]:

--resources="ports(*):[8000-9000, 31000-32000]"

See the network configuration documentation for more details on how Docker handles networking.

 

2、mesos文档:https://mesos.apache.org/documentation/latest/configuration/

【Docker】mesos如何修改hostport默认端口范围?

 

【Docker】mesos如何修改hostport默认端口范围?

 

相关文章:

  • 2021-12-05
  • 2022-01-18
  • 2021-09-17
  • 2021-11-03
  • 2021-09-25
  • 2022-12-23
  • 2023-03-20
猜你喜欢
  • 2021-12-15
  • 2021-12-10
  • 2021-12-14
  • 2021-04-13
  • 2021-08-02
  • 2021-12-31
相关资源
相似解决方案