Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sparkbox/kerosene
Docker image for sparkbox fire making
https://github.com/sparkbox/kerosene
Last synced: about 2 months ago
JSON representation
Docker image for sparkbox fire making
- Host: GitHub
- URL: https://github.com/sparkbox/kerosene
- Owner: sparkbox
- Created: 2014-12-04T05:29:21.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T04:09:25.000Z (over 9 years ago)
- Last Synced: 2024-04-11T03:37:34.585Z (9 months ago)
- Homepage: https://registry.hub.docker.com/u/sparkbox/tinder/
- Size: 185 KB
- Stars: 0
- Watchers: 20
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tinder
Tinder is an attempt to create reliable, quick, transient environments for [Sparkbox][seesparkbox] projects using [Docker][docker].
## What's in Tinder?
The diffinitive source of Tinder is the [Dockerfile](./Dockerfile), but here's the gist:* Git
* RVM
* Ruby
* Nodejs## How Tinder works?
When this repository changes, an automated build on [Docker Hub][tinderhub].
This automated build produces a publically accessible docker image that you can
pull and run:```shell
docker pull sparkbox/tinder
docker run -ti sparkbox/tinder
root@5432345:/#
```[tinderhub]: https://registry.hub.docker.com/u/sparkbox/tinder/
[seesparkbox]: http://seesparkbox.com
[docker]: http://docker.io