btrfs
A filesystem based on the copy-on-write (COW) principle for Linux. Some subcommands such as btrfs device have their own usage documentation. More information: <https://btrfs.readthedocs.io/en/latest/btrfs.html>.
RUN apt-get update && \
apt-get install -y btrfs-progs
RUN apt-get update && \
apt-get install -y btrfs-progs
RUN apk add btrfs-progs
RUN pacman -S --noconfirm btrfs-progs
RUN apt-get update && \
apt-get install -y btrfs-progs
RUN yum install -y btrfs-progs
RUN dnf install -y btrfs-progs
RUN apt-get update && \
apt-get install -y btrfs-progs