Which of the following commands lists the nodes in a Docker Swam cluster?
Which of the following container names could have been assigned automatically by Docker?
CORRECT TEXT Which elements exist on the highest level of the definition of every Kubernetes Objects? (Specify the name of one of the elements, without any values.) Answer: pod
How is a Docker container image retrieved from a Docker registry? Questions and Answers PDF 9/20
CORRECT TEXT Which docker -machine sub command outputs a list of commands that set environment variables which are required to make docker work with a Docker host managed by docker -machine? (Specify only the sub command without any path or parameters.) Answer: env
Given the following excerpt of a Dockerfile: Run apt-get –y update && apt-get install –y fortunes && apt-get clean Why are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?