Search Docker Hub
gcc
By zsoltm
GCC C / C++ on Jessie
10K+
4.9
4.9.2
latest
Compile your app inside the Docker container
docker run --rm -v "$PWD":/usr/src/myapp -w /usr/src/myapp zsoltm/gcc:4.9 gcc -o myapp myapp.c
Repository link
Content type
Image
Digest
sha256:32f4c2951…
Size
413.3 MB
Last updated
almost 11 years ago
docker pull zsoltm/gcc