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.
- Host: GitHub
- URL: https://github.com/steenzout/docker-resque
- Owner: steenzout
- License: bsd-3-clause
- Created: 2017-03-08T23:13:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T20:46:09.000Z (about 9 years ago)
- Last Synced: 2025-04-14T14:14:46.920Z (about 1 year ago)
- Topics: docker, docker-image, resque
- Language: Ruby
- Size: 6.84 KB
- Stars: 3
- Watchers: 0
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-resque
[](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"