Questions
Answer the following questions to test your knowledge of this chapter:
- You should use
overlay2for CentOS and RHEL 7 and below. (True/False) - Which of the following statements is true? (Choose four)
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 a multi-instance active-active configuration.
- Changing the storage driver removes existing containers from the host. (True/False)
devicemapperis a better option thanoverlay2for write-intensive containers. (True/False)- Which of the following logging drivers are supported by Docker? (Choose four)
A.
journaldB. Splunk
C. JSON files
D. Syslog
E. Logstash
- Docker Compose is an imperative approach to managing containers. (True/False)
- Which of the following
docker runconfigurations are correct? (Choose three)A.
dockerrun nginxB.
docker run --namenginx nginx:1.17.3C.
docker run ...