Which Ansible keyword is used in a playbook to store the result (i.e. return code) of a task in a variable?
Which of the following functions are provided by the Ansible apt module? (Choose two correct answers.)
What statement is true regarding the Swarm service created by the following command? docker service create --name myweb --network webnet --mode global nginx
Which of the following mechanisms are used for service discovery in a container environment? (Choose two correct answers.)
Which of the statements below are true about the volume created by the following command? (Choose two correct answers.) docker run ""v /data ""ti debian
FILL BLANK -Which git sub command copies a local commit to a remote repository? (Specify ONLY the sub command without any path or parameters.)