Sign inSign up

cikupin/beanstalkd

By cikupin

Updated about 9 years ago

Beanstalkd docker images based on alpine linux.

Image
0

784

cikupin/beanstalkd repository overview

Homepage: (https://github.com/cikupin/docker-beanstalkd) Where to file issues: (https://github.com/cikupin/docker-beanstalkd/issues)

Table of contents

Installation

Two use this images, you may choose one of these steps: build image from Dockerfile or pull docker image from docker hub.

1. Build images from Docker file

First, clone Dockerfile from this github repository:

https://github.com/cikupin/docker-beanstalkd

Then build the images by using this command:

docker build -t cikupin/beanstalkd:latest .
2. Pull docker image from docker hub

If you don't want to build the image manually, you can pull the image from my docker hub repository.

docker pull cikupin/beanstalkd

Usage

To run this images, type this command:

docker run -d --rm -p 11300:11300 cikupin/beanstalkd:latest

Beanstalkd is listening in port 11300. To see queue list by using a web interface, try to use Beanstalk Console.

Tag summary

Content type

Image

Digest

Size

3 MB

Last updated

about 9 years ago

docker pull cikupin/beanstalkd