Which of the following tasks are completed by docker -compose down when it is used with additional parameters? (Choose two correct answers.)
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.) MD
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.)
If a Dockerfile references the container’s base image without a specific version tag, which tag of that image is used to create the container?
CORRECT TEXT Which docker subcommand starts a new container? (Specify only the subcommand without any path or parameters.) Answer: run
Consider the following Kubernetes Deployment: With the ReplicaSet: And the Pods: What happens if one of the Pods is terminated with the command kubect1 pod delete?