cryptdisks_start

disk encryption support - startup scripts

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