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:

Verified
Correct Answer:
Verified
Q24: Which sections can exist in a Logstash
Q25: How does Prometheus gather information about monitored
Q26: Consider the following Kubernetes Deployment: <img src="https://d2lvgg3v3hfg70.cloudfront.net/C1610/.jpg"
Q27: Which of the following functions are provided
Q28: What is tested by unit tests?<br>A) The
Q30: How is a Docker container image retrieved
Q31: What implications does container virtualization have for
Q32: Which of the following mechanisms are used
Q33: Which of the following HTTP methods are
Q34: Which of the following sections must exist