Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 381 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 381 Bytes

docker-beanstalkd

This is a Docker image for beanstalkd.

Usage

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

License

MIT