Docker网络配置概述
Posted panpanwelcome
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Docker网络配置概述相关的知识,希望对你有一定的参考价值。
Overview
One of the reasons Docker containers and services are so powerful is that you can connect them together, or connect them to non-Docker workloads. Docker containers and services do not even need to be aware that they are deployed on Docker, or whether their peers are also Docker workloads or not. Whether your Docker hosts run Linux, Windows, or a mix of the two, you can use Docker to manage them in a platform-agnostic way.
This topic defines some basic Docker networking concepts and prepares you to design and deploy your applications to take full advantage of these capabilities.
Most of this content applies to all Docker installations. However, a few advanced features are only available to Docker EE customers.
以上是关于Docker网络配置概述的主要内容,如果未能解决你的问题,请参考以下文章