Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).