Sign inSign up

tmvdl/gcc

By tmvdl

Updated about 2 years ago

To deploy C projects

Image
Languages & frameworks
1

10K+

tmvdl/gcc repository overview

Docker GCC

github/actions/workflow/status github/license github/stars

To compile and deploy C projects.

See more in hub.docker.com/r/tmvdl/gcc

how to install

Install Docker.

how to use

development
version: '3'

services:
  app:
    image: tmvdl/gcc
    volumes:
      - .:/app
docker-compose up --build
production
docker run tmvdl/gcc

license

MIT

Tag summary

Content type

Image

Digest

sha256:5239467d8

Size

3.5 MB

Last updated

about 2 years ago

docker pull tmvdl/gcc