beanstalkd

A simple and generic work-queue server. More information: <https://beanstalkd.github.io/>.

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