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

https://github.com/stereobooster/docker-flow-min


https://github.com/stereobooster/docker-flow-min

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Docker Flow Min [![Build Status](https://travis-ci.org/stereobooster/docker-flow-min.svg?branch=master)](https://travis-ci.org/stereobooster/docker-flow-min)

Inspired by [mdlavin/docker-flow](https://github.com/mdlavin/docker-flow) but smaller.

```
stereobooster/flow latest a115f2580dd4 2 minutes ago 35.9MB
mdlavin/flow latest 39310684f5aa 8 months ago 697MB
```

## Why

This container allows for the execution of Docker on machines
without pre-compiled Flow binaries. For example, if you have a Jenkins
slave based on Alpine Linux without glibc then you could run flow
against a project by executing the following command:

## Usage

```
docker run -v $(pwd):/opt/project -w /opt/project stereobooster/flow
```

## Development

```
docker build -t flow .
docker tag flow stereobooster/flow
docker push stereobooster/flow
```