btrfs-restore
Try to salvage files from a damaged btrfs filesystem. More information: <https://btrfs.readthedocs.io/en/latest/btrfs-restore.html>.
RUN apt-get update && \
apt-get install -y btrfs-tools
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