C++ development environment inside Docker container
Last updated Apr 10, 2026
32
Stars
8
Forks
1
Issues
0
Stars/day
Attention Score
6
Language breakdown
C++ 36.9%
Shell 34.9%
CMake 14.5%
Dockerfile 13.8%
▸ Files
click to expand
README
cpp-docker-dev-env
This is an example that shows how to make C++ development environment inside Docker containerapp and dev-env folders supposed to be two separate projects. dev-env contains two containers, one for building and another one with Qt Creator IDE inside for developing. app just test application that uses build-env container.
Key features:
- Doesn't pollute your host system
- Fast start for a new team member
- Easy to maintain
- Everything is automated with GitLab
- Linux only
- X11 only
- Bad HiDPI support
🔗 More in this category