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?
FILL BLANK -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.)
How is a Docker container image retrieved from a Docker registry?
FILL BLANK -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.)
Given the following excerpt of a Dockerfile:Run apt-get ""y update && apt-get install ""y fortunes && apt-get cleanWhy are the multiple apt-get commands combined in one RUN statement instead of using multiple RUN statements?