hellobiek / docker-gearmand

Docker image of gearmand based on Alpine Linux

Home Page:https://hub.docker.com/r/artefactual/gearmand/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gearmand

artefactual/gearmand packages recent versions of gearmand using Alpine Linux as the base image.

Supported tags and respective Dockerfile links

See also the official releases page.

Supported gearmand backends

  • builtin (default)
  • redis

To be added: libmemcached (see related issue).

Usage

Print help:

docker run --rm -i artefactual/gearmand:latest --help

Use redis backend and set verbose level to DEBUG.

docker run --rm -i artefactual/gearmand:latest --queue-type=redis --redis-server=192.168.1.1 --redis-port=6379 --verbose=DEBUG

You can also inject a new version of /etc/gearmand.conf as needed. See the default.

About

Docker image of gearmand based on Alpine Linux

https://hub.docker.com/r/artefactual/gearmand/


Languages

Language:Shell 100.0%