Sign inSign up

andrefernandes/docker-devel-base

By andrefernandes

Updated almost 11 years ago

Image
0

273

andrefernandes/docker-devel-base repository overview

docker-devel-base

Base CentOS 7 + Development Tools

This is just a plain CentOS 7 image that can be used for general development. It was constructed with 'yum groupinstall "Development tools"', so it contains git, svn, gcc, make and all that stuff.

This image is used as a base for other specific development focused images.

Useful scripts
  • build.sh : builds the image locally (docker build)
  • runbash.sh : convenient way to run commands on a new container (fast-food, auto-destroy) or even to just open a bash shell to play.
Some nice tests:

Open bash:

./runbash.sh
bash-4.2# echo Wheeee

Show Git version:

./runbash.sh git -version
git version 1.8.3.1

Tag summary

Content type

Image

Digest

sha256:71a258cdc

Size

325.4 MB

Last updated

almost 11 years ago

docker pull andrefernandes/docker-devel-base