For running GNU cflow on Debian slim.
182
Dockerfile for GNU cflow.
On Docker Hub, it is named as minosjp/cflow.
docker run, mount target dir as /target with -v optiondocker run are passed AS-IS into cflow running on container$ cd ~/work/foo_proj
$ find . -name "*.c" -exec docker run --rm -v ~/work/foo_proj:/target minosjp/cflow --tree {} +
Content type
Image
Digest
sha256:ff1819f0a…
Size
39.4 MB
Last updated
over 2 years ago
docker pull minosjp/cflow