Skip to content

Latest commit

 

History

History
 
 

gcc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Use iron/gcc:dev for building your C/C++ programs and iron/gcc for running them.

Building this image

docker build -t iron/gcc:latest .

NOTE: Since this doesn't need any C specific stuff, use the versions from the dev build.

Tag the version, check it with docker run --rm iron/gcc:dev gcc -v:

docker tag -f iron/gcc:latest iron/gcc:5
docker tag -f iron/gcc:latest iron/gcc:5.Y
docker tag -f iron/gcc:latest iron/gcc:5.Y.Z

Push:

docker push iron/go