Skip to content

A Docker container for beanstalkd. Beanstalk is a simple, fast work queue.

License

Notifications You must be signed in to change notification settings

bodsch/docker-beanstalkd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-beanstalkd

A docker container for beanstalkd.

Beanstalk is a simple, fast work queue. Project at GitHub

/ # 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

Docker Pulls Image Size Build Status

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

get

docker pull bodsch/docker-beanstalkd

supported Environment Vars

Ports

  • 11300

About

A Docker container for beanstalkd. Beanstalk is a simple, fast work queue.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published