vgscan
Scan for volume groups on all supported Logical Volume Manager (LVM) block devices. See also: lvm and vgchange. More information: <https://manned.org/vgscan>.
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