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.)
See Below Explanation:
Answer : A
Which of the following tasks are completed by docker-compose down when it is used with additional parameters? (Choose two correct answers.)
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?
Answer : D
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.)
See Below Explanation:
Answer : A
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.)
See Below Explanation:
Answer : A
Which of the following information is contained in the output of git status? (Choose three correct answers.)
Answer : C, D, E
Which of the following statements are true about Jenkins? (Choose two correct answers.)
Answer : B, E