https://github.com/graugans/containers
collection of containers to be used for software development
https://github.com/graugans/containers
hacktoberfest
Last synced: 4 months ago
JSON representation
collection of containers to be used for software development
- Host: GitHub
- URL: https://github.com/graugans/containers
- Owner: graugans
- License: mit
- Created: 2023-10-14T13:56:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:07:18.000Z (over 1 year ago)
- Last Synced: 2025-01-19T21:46:37.879Z (6 months ago)
- Topics: hacktoberfest
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containers
[](https://opensource.org/licenses/MIT)
This repository provides development containers for the *Software Development*
The containers are meant to be used e.g. as **VSCode Devcontainers** (using [GitHub Codespaces](https://docs.github.com/en/codespaces/overview), [GitPod](https://gitpod.io/), locally, or the like)
## C++ Container
The [C++ base contaier](dockerfiles/cpp_base) defines a container which can be used for C++ programming tasks.
```sh
docker run -it ghcr.io/graugans/cpp:latest
```## License
This project is licensed under the [MIT license](LICENSE).