Skip to content

A minimal packaging of Flow in a Docker container

Notifications You must be signed in to change notification settings

mdlavin/docker-flow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Flow

Greenkeeper badge

A minimal packaging of Flow inside a Docker container.

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:

docker run -v $(pwd):/opt/project -w /opt/project mdlavin/flow check

About

A minimal packaging of Flow in a Docker container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published