https://github.com/inquicker/docker-beanstalkd
A Docker image for beanstalkd.
https://github.com/inquicker/docker-beanstalkd
Last synced: 5 months ago
JSON representation
A Docker image for beanstalkd.
- Host: GitHub
- URL: https://github.com/inquicker/docker-beanstalkd
- Owner: InQuicker
- License: mit
- Created: 2015-12-10T04:36:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T04:57:57.000Z (over 10 years ago)
- Last Synced: 2025-07-26T02:40:21.996Z (11 months ago)
- Homepage: https://hub.docker.com/r/inquicker/beanstalkd/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-beanstalkd
This is a Docker image for [beanstalkd](https://github.com/kr/beanstalkd).
## Usage
To run `beanstalkd` on the default exposed port, 11300:
``` bash
docker run inquicker/beanstalkd
```
To specify your own arguments to `beanstalkd`:
``` bash
docker run inquicker/beanstalkd -l 10.10.10.10 -p 5678
```
## License
[MIT](http://opensource.org/licenses/MIT)