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
- Host: GitHub
- URL: https://github.com/tarsislimadev/docker-gcc
- Owner: tarsislimadev
- License: mit
- Created: 2024-06-07T13:16:36.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T13:55:31.000Z (over 1 year ago)
- Last Synced: 2025-01-13T09:45:05.615Z (over 1 year ago)
- Topics: cpp, docker-image, gcc, gpp
- Language: Dockerfile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Docker GCC
[](https://img.shields.io/github/actions/workflow/status/brtmvdl/docker-gcc/docker-push.yml) [](https://img.shields.io/github/license/brtmvdl/docker-gcc) [](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)