Docker Certified Associate Certification Training Course - Demo - Change Storage Driver

Docker Certified Associate Certification Training Course - Demo - Change Storage Driver

Assessment

Interactive Video

Information Technology (IT), Architecture

University

Hard

Created by

Quizizz Content

FREE Resource

The video tutorial explains how to manage Docker storage drivers, focusing on the default overlay2 driver and the deprecated device mapper. It covers how to check the current driver using the Docker Info command, modify the driver settings by editing the daemon.json file, and restart the Docker service to apply changes. The tutorial emphasizes the importance of using recommended drivers and provides step-by-step instructions for stopping Docker, editing configuration files, and validating changes.

Read more

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What command can you use to find out which storage driver Docker is currently using?

docker info

docker ps

docker start

docker run

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which storage driver is the default and recommended one for Docker?

device mapper

overlay2

aufs

btrfs

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the first step in changing the Docker storage driver?

Run the docker info command

Restart the Docker service

Edit the daemon.json file

Stop the Docker service

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where are Docker's configuration files typically located?

/usr/local/docker

/opt/docker

/var/lib/docker

/etc/docker

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What format should the configuration in the daemon.json file be?

XML

YAML

Plain text

JSON

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which storage driver is deprecated and should not be used in future releases?

device mapper

aufs

btrfs

overlay2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the daemon.json file in Docker?

To list Docker networks

To run Docker containers

To configure Docker settings

To store Docker images