encfs
Mounts or creates encrypted virtual filesystems. See also fusermount, which can unmount filesystems mounted by this command. More information: <https://github.com/vgough/encfs>.
RUN apt-get update && \
apt-get install -y encfs
RUN apt-get update && \
apt-get install -y encfs
RUN apk add encfs
RUN pacman -S --noconfirm encfs
RUN apt-get update && \
apt-get install -y encfs
RUN dnf install -y fuse-encfs
RUN apt-get update && \
apt-get install -y encfs