lvm
Manage physical volumes, volume groups, and logical volumes using the Logical Volume Manager (LVM) interactive shell. More information: <https://man7.org/linux/man-pages/man8/lvm.8.html>.
RUN apt-get update && \
apt-get install -y lvm2
RUN apt-get update && \
apt-get install -y lvm2
RUN apk add lvm2
RUN pacman -S --noconfirm lvm2
RUN apt-get update && \
apt-get install -y lvm2
RUN yum install -y lvm2
RUN dnf install -y lvm2
RUN apt-get update && \
apt-get install -y lvm2