Docker Certified Associate Certification Training Course - Working with Storage Drivers

Docker Certified Associate Certification Training Course - Working with Storage Drivers

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial discusses various file system storage drivers for Docker, focusing on the recommended options for different operating systems. For Ubuntu and Debian, overlay2 or AUFS is suggested, while CentOS and Fedora default to overlay2. The tutorial also explains how to use the 'Docker info' command to identify the active storage driver.

Read more

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which storage driver is recommended for Docker engine community on Ubuntu?

Device Mapper

Overlay 2

ZFS

VFS

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default storage driver for Docker engine community on CentOS?

Overlay 2

AUFS

Device Mapper

ZFS

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which storage driver is not mentioned as an alternative for Docker engine community on Debian?

Btrfs

Device Mapper

VFS

AUFS

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

For Docker engine community on Fedora, which storage driver is both recommended and default?

ZFS

AUFS

Device Mapper

Overlay 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command can be used to check the current storage driver in use by Docker?

docker status

docker check

docker driver

docker info