Flow is a static type checker for JavaScript.
3.1K
Dockerfiles for Facebook's Flow type checker.
While we all wait for official Windows binaries, you can run the latest Flow on Windows using this Docker image.
The image has Flow preinstalled and in the PATH, so just mount your JavaScript at /app on a fresh container, start a Bash session inside it, and flow init, flow start, flow check should etc work normally:
$> docker run --rm -it -v /home/moti/projects/myapp:/app motiz88/flow bash
If you'd rather not keep a dedicated Bash window open, it should also be possible to, say, run the container in the background and docker exec <container_id> flow into it as needed.
This GitHub repo is built automatically as motiz88/flow on Docker Hub. More instructions for use are available there.
Content type
Image
Digest
sha256:0d024d7ba…
Size
68.6 MB
Last updated
over 10 years ago
docker pull motiz88/flow