{"id":25948758,"url":"https://github.com/brakmic/cppdev","last_synced_at":"2026-05-14T05:34:20.581Z","repository":{"id":279454147,"uuid":"938837267","full_name":"brakmic/CppDev","owner":"brakmic","description":"C++ Development Docker Container","archived":false,"fork":false,"pushed_at":"2025-02-25T17:21:57.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-25T17:31:22.690Z","etag":null,"topics":["cmake","cpp","docker","gcc","gpp"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brakmic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-25T15:25:13.000Z","updated_at":"2025-02-25T17:22:01.000Z","dependencies_parsed_at":"2025-02-25T17:32:09.236Z","dependency_job_id":"fbd90c4b-0e98-42e3-b55a-5d684f72b39c","html_url":"https://github.com/brakmic/CppDev","commit_stats":null,"previous_names":["brakmic/cppdev"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FCppDev","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FCppDev/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FCppDev/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brakmic%2FCppDev/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brakmic","download_url":"https://codeload.github.com/brakmic/CppDev/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241836955,"owners_count":20028282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cmake","cpp","docker","gcc","gpp"],"created_at":"2025-03-04T11:22:16.101Z","updated_at":"2026-05-14T05:34:20.518Z","avatar_url":"https://github.com/brakmic.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Development Environment in Docker\n\nThis repository provides a lightweight Docker image for modern C++ development, using Ubuntu 24.04 as the base and GCC/G++ 14 as the default compiler.\n\n## Features\n\n- **Ubuntu 24.04** for a recent Linux environment\n- **GCC/G++ 14** set as default compilers\n- Essential build tools: `cmake`, `ninja-build`, `valgrind`, etc.\n- Common utilities for networking and debugging (`net-tools`, `iproute2`, `gdb`, `strace`, etc.)\n- Non-root user `cppdev` with passwordless sudo\n\n## Getting Started\n\n### Pull the Image\n\n```bash\ndocker pull brakmic/cppdev:latest\n```\n\n### Run the Container\n\n```bash\ndocker run -it --rm -v $(pwd):/workspace brakmic/cppdev:latest\n```\n\n- `-it` starts an interactive session.\n- `--rm` cleans up the container after you exit.\n- `-v $(pwd):/workspace` mounts the current directory into the `/workspace` folder inside the container, so you can work with your local files.\n\n## Usage\n\nInside the container, you have:\n\n- GCC/G++ 14\n- `cmake`, `ninja`, and other build tools\n- `git`, `nano`, and other essential utilities\n\nBy default, you’ll be dropped into a bash shell as the `cppdev` user. Any changes in `/workspace` will be reflected on your host machine’s current directory due to the volume mount.\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fcppdev","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrakmic%2Fcppdev","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrakmic%2Fcppdev/lists"}