Which of the following Ansible tasks copies the file example.txt to a manage system?
If a Dockerfile references the container's base image without a specific version tag, which tag of that image is used to create the container?
Which of the following conditionals exist in an Ansible playbook? (Choose three 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?