An open API service indexing awesome lists of open source software.

https://github.com/tafthorne/cppcheck-debian

Docker Image packaging Cppcheck http://cppcheck.sourceforge.net/ ontop of The Docker Official Image for Debian
https://github.com/tafthorne/cppcheck-debian

c cpp cppcheck cppcheck-debian debian docker docker-hub docker-image

Last synced: 30 days ago
JSON representation

Docker Image packaging Cppcheck http://cppcheck.sourceforge.net/ ontop of The Docker Official Image for Debian

Awesome Lists containing this project

README

          

# cppcheck-debian
Docker Image packaging Cppcheck http://cppcheck.sourceforge.net/ ontop of The
Docker Official Image for Debian

The Docker Image is listed on Docker Hub:
https://hub.docker.com/r/tafthorne/cppcheck-debian/

To pull the image:

docker pull tafthorne/cppcheck-debian

## Cppcheck

Cppcheck is a static analysis tool for C/C++ code. For further details please
see their project page.
* http://cppcheck.sourceforge.net/

## Debian

Debian is a Linux distribution that's composed entirely of free and open-source
software.

For details about the base image for this project please see either the
project page or the Docker Hub entry.
* https://www.debian.org/intro/about
* https://hub.docker.com/_/debian/

## Contributing

Please see the notes in CONTRIBUTING.md.