What must be done in order to allow the containers to interact with each other?

The following command is issued on two docker nodes: docker network create –driver bridge isolated_nw
Afterwards, one container is started at each node with the parameter –network=isolated_nw. It turns out that the containers can not interact with each other.
What must be done in order to allow the containers to interact with each other? (Choose two correct answers.)
A. Use a host network instead of a bridged network.
B. Add the option –inter-container to the docker network create command.
C. Start the containers on the same node.
D. Change the –network parameter of docker create to –network=isolated_nw,nofence.
E. Use an overlay network instead of a bridged network.

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.