Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graugans/containers
collection of containers to be used for software development
https://github.com/graugans/containers
hacktoberfest
Last synced: about 2 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T13:07:18.000Z (9 months ago)
- Last Synced: 2024-04-14T03:01:01.480Z (9 months ago)
- Topics: hacktoberfest
- Language: Dockerfile
- Homepage:
- Size: 23.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# containers
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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).