salt-call

Invoke salt locally on a salt minion. More information: <https://docs.saltproject.io/en/latest/ref/cli/salt-call.html>.

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