Skip to content

MinoruSekine/Docker_cflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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 {} +

About

Dockerfile for GNU cflow.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

 
 
 

Contributors