Questions
- You should use
Overlay2for CentOS and RHEL 7 and below – True or false? - Which of the following statements are true? (Multiple answers are possible)
a. Volumes increase IOps.
b. Volumes decrease IOps.
c.
tmpfsmounts use system memory.d. You can use bind mounts to mount host files to containers.
e. You can use volume mounts for multi-instance active-active configuration.
- Changing the storage driver removes existing containers from the host – True or false?
devicemapperis a better option thanoverlay2for write-intensive containers – True or false?- Which one of the following logging drivers are supported by Docker? (Multiple answers are possible)
a.
journaldb. Splunk
c. JSON files
d. Syslog
e. Logstash
- Docker Compose is an imperative approach for managing containers – True or false?
- Which of the following
docker runconfigurations are correct? (Multiple answers are possible)a.
docker run nginxb.
docker run --name nginx nginx...