Giter VIP home page Giter VIP logo

docker-flowtype's Introduction

docker-flowtype Build Status

A Docker image for Flow based on ocaml/opam:debian-8_ocaml-4.03.0.

Prerequisites

Install Docker Engine.

Obtaining the Docker image

Downloading the Docker image from Docker Hub

This is the simplest and the fastest solution to get a pre-built image:

docker pull yamafaktory/docker-flowtype

Building the Docker image locally

Please note that this option will take a longer time to be executed.

git clone https://github.com/yamafaktory/docker-flowtype.git
cd docker-flowtype
docker build -t yamafaktory/docker-flowtype .

Running the Docker image as a container

In order to execute the flow static type checker in your project, you need to mount the host directory where your project is located (e.g. /path/to/your/project) as a data volume in the container (:/check - this name is set in the Dockerfile so please do not modify it!) by running the following command:

docker run --rm -it -v /path/to/your/project:/check yamafaktory/docker-flowtype

To get a list of the commands and options available via the CLI tool, run:

docker run --rm -it yamafaktory/docker-flowtype flow --help

For example, using the check command (full Flow check that prints the results):

docker run --rm -it -v /path/to/your/project:/check docker-flowtype flow check

Please refer to the flow documentation for further guidance.

Flow version

The current working version is v0.27.0, which is set by default in the Docker image.

You can easily choose any former version when building the Docker image locally:

docker build --build-arg BUILD_FLOW_VERSION=0.26.0 -t yamafaktory/docker-flowtype .

License

Released under the MIT license by Davy Duperron.

docker-flowtype's People

Contributors

yamafaktory avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.