Skip to content

Latest commit

 

History

History

flow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

flow

ubirak flow docker containers distributed on docker hub.

It aims to follow official node alpine flavour so you can use it in multi stage docker builds it should not break musl ABI.

Troubleshooting

If you experience some Worked exited (code: 15) error on Linux host

Then run the container like that:

docker run --rm -it -v $(pwd):/app -v /dev/shm:/dev/shm ubirak/flow:latest flow check

If it still don't work, try with tmpfs:

docker run --rm -it -v $(pwd):/app --tmpfs=/tmp ubirak/flow:latest flow check