Sign inSign up

kusmierz/beanstalkd

By kusmierz

Updated over 9 years ago

Alpine image for beanstalkd (https://kr.github.io/beanstalkd/) service.

Image
0

100K+

kusmierz/beanstalkd repository overview

docker-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.

Usage

This docker image is available as a build on the docker hub, so there's no setup required. Using this image for the first time will start a download automatically. Further runs will be immediate, as the image will be cached locally.

The recommended way to run this container looks like this:

$ sudo docker run -d -p 11300:11300 kusmierz/beanstalkd

The above example exposes the Beanstalk on port 11300, so that you can use it in your application.

You can also use docker's links to link beanstalkd service to your container.

Tag summary

Content type

Image

Digest

Size

1.9 MB

Last updated

over 9 years ago

docker pull kusmierz/beanstalkd