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

https://github.com/tarsislimadev/docker-gcc

To compile and deploy C projects
https://github.com/tarsislimadev/docker-gcc

cpp docker-image gcc gpp

Last synced: over 1 year ago
JSON representation

To compile and deploy C projects

Awesome Lists containing this project

README

          

# Docker GCC

[![github/actions/workflow/status](https://img.shields.io/github/actions/workflow/status/brtmvdl/docker-gcc/docker-push.yml)](https://img.shields.io/github/actions/workflow/status/brtmvdl/docker-gcc/docker-push.yml) [![github/license](https://img.shields.io/github/license/brtmvdl/docker-gcc)](https://img.shields.io/github/license/brtmvdl/docker-gcc) [![github/stars](https://img.shields.io/github/stars/brtmvdl/docker-gcc?style=social)](https://img.shields.io/github/stars/brtmvdl/docker-gcc?style=social)

To compile and deploy [C]() projects.

See more in [hub.docker.com/r/tmvdl/gcc](https://hub.docker.com/r/tmvdl/gcc)

## how to install

Install [Docker](https://docs.docker.com/engine/install/).

## how to use

### development

```yaml
version: '3'

services:
app:
image: tmvdl/gcc
volumes:
- .:/app
```

```bash
docker-compose up --build
```

### production

```sh
docker run tmvdl/gcc
```

## license

[MIT](./LICENSE)