salt

Execute commands and assert state on remote salt minions. More information: <https://docs.saltproject.io/en/latest/ref/cli/index.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y salt-master
Ubuntu
RUN apt-get update && \ apt-get install -y salt-master
Alpine
RUN apk add salt
Arch Arch Linux
RUN pacman -S --noconfirm salt
Fedora
RUN dnf install -y salt-master
Raspbian
RUN apt-get update && \ apt-get install -y salt-master
click the source code to copy install salt on any operating system with command-not-found.com