An open API service indexing awesome lists of open source software.

https://github.com/steenzout/docker-resque

Docker container for Resque.
https://github.com/steenzout/docker-resque

docker docker-image resque

Last synced: 3 months ago
JSON representation

Docker container for Resque.

Awesome Lists containing this project

README

          

# docker-resque

[![License](https://img.shields.io/badge/license-New%20BSD-blue.svg?style=flat)](https://raw.githubusercontent.com/steenzout/docker-resque-web/master/LICENSE)

Resources to build a [Resque][resque-web] container.

## Dependencies

- [_/ruby](https://hub.docker.com/_/ruby/) `alpine`

## Usage

Start:

```bash
$ docker run \
--rm \
-td \
steenzout/resque
```

## Links

- [Resque][resque]
- [dcestari/resque-standalone-sample][dcestari/resque-standalone-sample]

[alpine]: https://alpinelinux.org/ "Alpine Linux"
[dcestari/resque-standalone-sample]: https://github.com/dcestari/resque-standalone-sample "dcestari/resque-standalone-sample"
[resque]: https://github.com/resque/resque "resque"