mount

Provides access to an entire filesystem in one directory. More information: <https://manned.org/mount.8>.

Debian Debian
RUN apt-get update && \ apt-get install -y mount
Ubuntu
RUN apt-get update && \ apt-get install -y mount
Arch Arch Linux
RUN pacman -S --noconfirm plan9port
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y mount
CentOS
RUN yum install -y util-linux-ng
Fedora
RUN dnf install -y singularity
Raspbian
RUN apt-get update && \ apt-get install -y mount
click the source code to copy install mount on any operating system with command-not-found.com