salloc

Start an interactive shell session or execute a command by allocating one or more nodes in a cluster. More information: <https://slurm.schedmd.com/salloc.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y slurm-client
Ubuntu
RUN apt-get update && \ apt-get install -y slurm-client
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y slurm-client
Fedora
RUN dnf install -y slurm
Raspbian
RUN apt-get update && \ apt-get install -y slurm-client
click the source code to copy install salloc on any operating system with command-not-found.com