mount.sshfs
via SSH
RUN apt-get update && \
apt-get install -y sshfs
RUN apt-get update && \
apt-get install -y sshfs
RUN apk add sshfs
RUN pacman -S --noconfirm sshfs
RUN apt-get update && \
apt-get install -y sshfs
RUN dnf install -y fuse-sshfs
RUN apt-get update && \
apt-get install -y sshfs