Fix/published ports not accessible in host mode #502
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available: #491
Description of changes:
Update README.md with information on Host Networking Mode
This PR updates the README.md file with information on Host Networking Mode in Docker. Host mode networking can be useful to optimize performance and handle a large range of ports, as it does not require network address translation (NAT), and no "userland-proxy" is created for each port. However, it is important to note that the host networking driver only works on Linux hosts and is not supported on Docker Desktop for Mac, Docker Desktop for Windows, or Docker EE for Windows Server.
This PR also includes examples of how to run a container in host networking mode on a local Mac or Windows machine.
This update provides valuable information to users who may be considering using host networking mode in their Docker containers and ensures that the README.md file is up-to-date and accurate.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.