Solved

The Following Command Is Issued on Two Docker Nodes: Docker

Question 29

Multiple Choice

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?


A) Use a host network instead of a bridged network.
B) Add the option --inter-container to the docker network create command. 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 . Change the --network parameter of docker create to --network=isolated_nw,nofence .
E) Use an overlay network instead of a bridged network.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions