Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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