Docker originally ran on Ubuntu and Debian Linux and used AUFS for its storage backend. As Docker became popular, many of the companies that wanted to use it were using Red Hat Enterprise Linux (RHEL) ...
Docker originally ran on Ubuntu and Debian Linux and used AUFS for its storage backend. As Docker became popular, many of the companies that wanted to use it were using Red Hat Enterprise Linux (RHEL) ...
LVM is an abstraction layer that provides block devices (same kind of disk partitions). This is done by using 3 layers: In this scheme, LVs can exist anywhere (or indeed be split across) multiple ...
There are two options to safeguard your data from disk failures or other issues. You can take full or incremental backups and store N number of copies. Alternatively with LVM, you can create a ...
In the LVM series, we have seen what LVM snapshots are and how to restore snapshots in our last article. In this article, we are going to discuss yet another important feature of LVM called export and ...