This is a Docker image for beanstalkd.
To run beanstalkd
on the default exposed port, 11300:
docker run inquicker/beanstalkd
To specify your own arguments to beanstalkd
:
docker run inquicker/beanstalkd -l 10.10.10.10 -p 5678
This is a Docker image for beanstalkd.
To run beanstalkd
on the default exposed port, 11300:
docker run inquicker/beanstalkd
To specify your own arguments to beanstalkd
:
docker run inquicker/beanstalkd -l 10.10.10.10 -p 5678