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.)
Solution:
env
Does this meet the goal?
Correct Answer:
A
Which statements are true regarding databases during the deployment of a new release of a service using canary deployment? (Choose two correct answers.)
Correct Answer:
BE
Which of the following functions are provided by the Ansible apt module? (Choose two correct answers.)
Correct Answer:
BE
Reference https://docs.ansible.com/ansible/latest/modules/apt_module.html
Which Ansible modules can be used to change the contents of a file? (Choose three correct answers.)
Correct Answer:
ABC
Which of the following Ansible tasks copies the file example.txt to a manage system?
Correct Answer:
B