Skip to content

Commit

Permalink
Clarify bridged mode for container
Browse files Browse the repository at this point in the history
  • Loading branch information
aldipower committed Mar 11, 2016
1 parent 6a80968 commit 34ad909
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -119,7 +119,8 @@ var OptionalPortsAndServiceDiscoveryComponent = React.createClass({
message = "Your Docker container will need to be configured to listen" +
` to ${portIdentifiers}${dynamicPortText}.`;
} else if (type === ContainerConstants.NETWORK.BRIDGE) {
message = "Your Docker container will bind to the requested ports and" +
message = "Your Docker container network is in bridged mode." +
" The container will bind to the requested ports and" +
` they will be dynamically mapped to ${portIdentifiers} on the host.`;
}

Expand Down

0 comments on commit 34ad909

Please sign in to comment.