Ubuntu Bionic 18.04 Image with cmake, gcc, g++, go & python3 installed.
10K+
A clean build of gcc, g++, cmake and python3 with pip installed for building and testing codes before releases.
The --rm flag removes the docker image after run is complete.
$ docker pull prodrelworks/gcc-docker:lastest
$ docker run --rm -it -v $(pwd):/codes -it prodrelworks/gcc-docker:lastest
$ cd /codes/
This maps the present working directory pwd to a folder codes inside the docker.
Content type
Image
Digest
Size
986.2 MB
Last updated
over 6 years ago
docker pull prodrelworks/gcc-docker