Skip to content

petronetto/beanstalkd-alpine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Beanstalkd Alpine

Beanstalkd Alpine

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

Usage

$ docker run -d -p 11300:11300 --name beanstalkd petronetto/beanstalkd-alpine 

Console

docker run -d -p 2080:2080 \
           --link beanstalkd \
           --name beanstalk-console \
           petronetto/beanstalkd-alpine:console