Multiple static IPs for Docker containers

后端 未结 2 422
花落未央
花落未央 2021-02-06 02:44

I have a Docker host that should allow each container to have multiple static IP addresses. The application inside the container should then be able to choose from which address

2条回答
  •  终归单人心
    2021-02-06 03:20

    I think you can do it by customizing docker0 bridge, or even create your own network bridge

提交回复
热议问题