https://github.com/bodsch/docker-beanstalkd
A Docker container for beanstalkd. Beanstalk is a simple, fast work queue.
https://github.com/bodsch/docker-beanstalkd
beanstalkd docker
Last synced: 3 months ago
JSON representation
A Docker container for beanstalkd. Beanstalk is a simple, fast work queue.
- Host: GitHub
- URL: https://github.com/bodsch/docker-beanstalkd
- Owner: bodsch
- License: unlicense
- Created: 2016-12-30T18:38:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T13:01:32.000Z (about 6 years ago)
- Last Synced: 2025-04-27T10:42:42.014Z (5 months ago)
- Topics: beanstalkd, docker
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-beanstalkd
A docker container for beanstalkd.
Beanstalk is a simple, fast work queue. [Project at GitHub](http://kr.github.io/beanstalkd/)
```bash
/ # beanstalkd -h
Use: beanstalkd [OPTIONS]Options:
-b DIR wal directory
-f MS fsync at most once every MS milliseconds (use -f0 for "always fsync")
-F never fsync (default)
-l ADDR listen on address (default is 0.0.0.0)
-p PORT listen on port (default is 11300)
-u USER become user and group
-z BYTES set the maximum job size in bytes (default is 65535)
-s BYTES set the size of each wal file (default is 10485760)
(will be rounded up to a multiple of 512 bytes)
-c compact the binlog (default)
-n do not compact the binlog
-v show version information
-V increase verbosity
-h show this help
```# Status
[][hub]
[][microbadger]
[][travis][hub]: https://hub.docker.com/r/bodsch/docker-beanstalkd/
[microbadger]: https://microbadger.com/images/bodsch/docker-beanstalkd
[travis]: https://travis-ci.org/bodsch/docker-beanstalkd# Build
Your can use the included Makefile.
- To build the Container: `make build`
- To remove the builded Docker Image: `make clean`
- Starts the Container: `make run`
- Starts the Container with Login Shell: `make shell`
- Entering the Container: `make exec`
- Stop (but **not kill**): `make stop`
- History `make history`# Docker Hub
You can find the Container also at [DockerHub](https://hub.docker.com/r/bodsch/docker-beanstalkd)
## get
docker pull bodsch/docker-beanstalkd
# supported Environment Vars
# Ports
- 11300