https://github.com/stereobooster/docker-flow-min
https://github.com/stereobooster/docker-flow-min
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereobooster/docker-flow-min
- Owner: stereobooster
- Created: 2018-04-20T16:05:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-20T17:28:21.000Z (about 7 years ago)
- Last Synced: 2025-02-11T14:47:18.330Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Flow Min [](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
```