Sign inSign up

prodrelworks/gcc-docker

By prodrelworks

Updated over 6 years ago

Ubuntu Bionic 18.04 Image with cmake, gcc, g++, go & python3 installed.

Image
0

10K+

prodrelworks/gcc-docker repository overview

Ubuntu Bionic Image

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/
User : default

This maps the present working directory pwd to a folder codes inside the docker.

Tag summary

Content type

Image

Digest

Size

986.2 MB

Last updated

over 6 years ago

docker pull prodrelworks/gcc-docker