Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion 1.9/networking/service-and-pod-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ When using the Docker containerizer, this translates to the Docker "default brid

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this part well enough to know if all of this is relevant for DC/OS users.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, it's relevant. it used to be called docker BRIDGE mode networking. there was not previously a Mesos (UCR) equivalent, so it's new functionality for UCR consumers

Bridge mode networking allows you to map host ports to ports inside your containers. It is particularly useful if you are using a container image with fixed port assignments that you can't modify.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With bridge mode networking, you can map host ports to ports inside your containers.


**Note:**: The UCR and Docker Containerizer support all network modes.
**Notes:**:

- The UCR and Docker Containerizer support all network modes.
- The `Network.name` parameter is only supported with `container` networking.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍


# Usage

Expand Down