Upgrade & Secure Your Future with DevOps, SRE, DevSecOps, MLOps!
We spend hours on Instagram and YouTube and waste money on coffee and fast food, but wonβt spend 30 minutes a day learning skills to boost our careers.
Master in DevOps, SRE, DevSecOps & MLOps!
Learn from Guru Rajesh Kumar and double your salary in just one year.
The Linux kernel device drivers are, essentially, a shared library of privileged, memory resident, low level hardware handling routines. It is Linuxβs device drivers that handle the peculiarities of the devices they are managing. One of the basic features of is that it abstracts the handling of devices
The following is a list of the types of docker storage driver which can be configured and their use case:
β’ overlay2 β This is the preferred storage driver for all Linux distributions
β’ aufs β Preferred driver for earlier versions of Docker, when running on an earlier version of Ubuntu.
β’ devicemapper β Requires direct-lvm. Was the recommended driver for earlier versions of Centos and RHEL. Current versions support overlay2, which is the recommended driver.
β’ btrfs β Used if this is the backing file system
β’ zfs β Used if this is the backing file system
β’ vfs β Used for testing purposes only.