Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Docker by (12.9k points)

Could someone tell me what is overlay2 in docker?

1 Answer

0 votes
by (119k points)

Every Docker container has a writable layer, in which very little data is written, but if in a scenario you are required to write by a workload then arrives the concept of docker storage drivers.

Since docker has a pluggable architecture, Docker supports a variety of different storage drivers, and some are overlay2, aufs, devicemapper, vfs, btrfs and zfs, etc.

The overlay2 is the preferred storage driver for all currently supported Linux distributions that require no extra configurations.

If you are interested in learning Docker, then check out Docker training from Intellipaat which offers you practical guided projects apart from online training courses.

In this regard, I would suggest you take a look at our YouTube video on Docker training.

Related questions

0 votes
1 answer
asked Feb 11, 2021 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Dec 11, 2020 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Sep 9, 2020 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Sep 9, 2020 in Docker by Amyra (12.9k points)
0 votes
1 answer
asked Mar 7, 2020 in Docker by Sudhir_1997 (55.6k points)

Browse Categories

...