Sign inSign up

minosjp/cflow

By minosjp

Updated over 2 years ago

For running GNU cflow on Debian slim.

Image
Integration & delivery
Developer tools
0

182

minosjp/cflow repository overview

Docker_cflow

Dockerfile for GNU cflow. On Docker Hub, it is named as minosjp/cflow.

Usage

  • At docker run, mount target dir as /target with -v option
  • Arguments for docker run are passed AS-IS into cflow running on container
Example
  • For create tree for ~/work/foo_proj
$ cd ~/work/foo_proj
$ find . -name "*.c" -exec docker run --rm -v ~/work/foo_proj:/target minosjp/cflow --tree {} +

Tag summary

Content type

Image

Digest

sha256:ff1819f0a

Size

39.4 MB

Last updated

over 2 years ago

docker pull minosjp/cflow