Skip to content

SigmaInformatique/dloc-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

DLOC Docker

A simple image to run DLOC

Licence & Copyright

Please, see the LICENSE file.

How to use it

Just run:

docker run -it --rm -v <your directory>:/code/ sigmainformatique/dloc

It will mount the directory your directory on the host as /code inside the container

  • To output the available options:
docker run -it --rm sigmainformatique/dloc
  • To count lines of code in the current directory:
docker run -it --rm -v $(pwd):/code/ sigmainformatique/dloc .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published