QuestionQ33
Administración de máquinas virtuales y contenedoresYou have a server named Server1 that hosts Windows containers.
You plan to deploy an application consisting of multiple containers. Each container will reside on the same subnet. Each container requires its own MAC address and IP address, and must be able to communicate by using its IP address.
You need to create a Docker network that supports deployment of the application.
Which type of network should you create?
- A NAT
- B transparent
- C I2bridge
- D I2tunnel
Community Discussion