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.
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