https://github.com/aludirk/cpp-dev
Docker Hub image for C++ development.
https://github.com/aludirk/cpp-dev
cpp docker-image
Last synced: 2 months ago
JSON representation
Docker Hub image for C++ development.
- Host: GitHub
- URL: https://github.com/aludirk/cpp-dev
- Owner: Aludirk
- License: gpl-3.0
- Created: 2017-07-17T04:56:33.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T04:29:05.000Z (almost 9 years ago)
- Last Synced: 2025-04-23T21:19:00.595Z (about 1 year ago)
- Topics: cpp, docker-image
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C++ Development Docker Image
This is the Git repo of the Docker image for C++ development and CI. See the [Docker Hub page](https://hub.docker.com/r/aludirk/cpp-dev) for more details.
It uses [GCC](https://hub.docker.com/_/gcc/) as base image, and contains:
- [GDB](https://www.gnu.org/software/gdb/)
- [Cppcheck](https://github.com/danmar/cppcheck)
- [CppUnit](https://www.freedesktop.org/wiki/Software/cppunit/)
- [Valgrind](http://valgrind.org/)
- [Doxygen 1.8.13](http://www.stack.nl/~dimitri/doxygen/index.html)
## Tags
- `4` ([4/Dockerfile](4/Dockerfile))
- `5` ([5/Dockerfile](5/Dockerfile))
- `6` ([6/Dockerfile](6/Dockerfile))
- `7`, `latest` ([7/Dockerfile](7/Dockerfile))
## GDB
To run GDB within a docker container, you need to add `--security-opt seccomp=unconfined` to the `docker run`. See [Stack Overflow](https://stackoverflow.com/questions/35860527/warning-error-disabling-address-space-randomization-operation-not-permitted#comment62818827_35860527)
## License
This software is licensed under the [GNU GPL v3 license](https://www.gnu.org/copyleft/gpl.html). © 2017 Aludirk Wong