mount.cifs

Mount SMB (Server Message Block) or CIFS (Common Internet File System) shares. Note: you can also do the same thing by passing the -t cifs option to mount. More information: <https://manned.org/mount.cifs>.

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