tobyzxj/beanstalkd

By tobyzxj

Updated about 1 year ago

Lightweight image of the latest beanstalkd version with auth features.

Image
Message queues
Internet of things
0

297

tobyzxj/beanstalkd repository overview

beanstalkd

Lightweight image of the latest beanstalkd version with auth features.

Usage

Quick start:

docker run -d -p 11300:11300 tobyzxj/beanstalkd

Add configuration parameters like this:

docker run -p 11300:11300 --restart=always --name beanstalkd \
-e BEANSTALKD_PASSWORD="your_password" \
-v /data/cloud/docker/beanstalkd/data:/giterlab/data \
-d tobyzxj/beanstalkd:v2.0 -b /giterlab/data
  • Make sure to replace your_password with a secure password of your choice. you can also change the volume path to suit your needs.
  • You can change the BEANSTALKD_PORT environment variable to set the port number, default is 11300.

Quick reference

Project Home

Go Client

Tag summary

Content type

Image

Digest

sha256:8e400c3ee

Size

3.5 MB

Last updated

about 1 year ago

docker pull tobyzxj/beanstalkd:v2.0