701-100 Exam Question 11
The following command is issued on two docket nodes:
docker network create -driver bridge isolated_nw
Afterwards, one container is started at each node with the parameter --notwork=isolatod_nw. It turns out that the containers cannot interact with each other. What must be done in order to allow the containers to interact with each other? (Choose TWO correct answers)
docker network create -driver bridge isolated_nw
Afterwards, one container is started at each node with the parameter --notwork=isolatod_nw. It turns out that the containers cannot interact with each other. What must be done in order to allow the containers to interact with each other? (Choose TWO correct answers)
701-100 Exam Question 12
Consider the following Kubernetes Deployment:

What happens if one of the PodS is terminated with the command kubec1 pod delete?

What happens if one of the PodS is terminated with the command kubec1 pod delete?
701-100 Exam Question 13
Which Ansible modules can be used to change the contents of a file? (Choose THREE coned answers.)
701-100 Exam Question 14
CORRECT TEXT
Which statement in a Dockerfile defines which command should be started in the container by default when it is started? (Specify ONLY the statement's name without any values or parameters.)
Which statement in a Dockerfile defines which command should be started in the container by default when it is started? (Specify ONLY the statement's name without any values or parameters.)
701-100 Exam Question 15
What is the Puppet equivalent to an Ansible Playbook called?
