Sign inSign up

ropetin/beanstalkd

By ropetin

Updated over 2 years ago

A very minimal Beanstalkd 1.13 Installation

Image
0

914

ropetin/beanstalkd repository overview

Beanstalkd

A very lightweight (read basic) image for Beanstalkd 1.13, specifically to get the reserve-job and UNIX domain sockets functionality. By default it runs with verbose logging, persistent binlog written to /data, and fsync after every write to binlog.

Update Log

  • 20230421 - Upgraded to beanstalkd 1.13

Usage

Basic execution:
$ docker run -p 11300:11300 ropetin/beanstalkd:latest
Persistent storage of binlog
$ docker run -v $(pwd)/data:/data -p 11300:11300 ropetin/beanstalkd:latest

Tag summary

Content type

Image

Digest

sha256:69238cce7

Size

26.3 MB

Last updated

over 2 years ago

docker pull ropetin/beanstalkd