Skip to content

websmurf/beanstalkd-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Quick reference

Supported tags and respective Dockerfile links

Quick reference (cont.)

What is Beanstalkd?

Beanstalk is a simple, fast work queue.

Its interface is generic, but was originally designed for reducing the latency of page views in high-volume web applications by running time-consuming tasks asynchronously.

How to use this image

docker run --name beanstalkd websmurf/beanstalkd:1.13-alpine-3.20

Exposing ports

docker run --name beanstalkd -p 11300:11300 websmurf/beanstalkd:1.13-alpine-3.20

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published