Skip to content

arubislander/docker-centos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-centos

Docker Stars Docker Pulls

Dockerfile for CentOS container for development purposes

This image comes with the following packages preinstalled: automake gcc gcc-c++ glibc-devel.i686 libgcc.i686 libstdc++.i686 make nano

This makes it possible to use this image to build containers that can compile 64 bit and 32 bit ELF files that will run on CentOS and RHEL

Example: docker run -it -h docker-centos --name=docker-centos -v `pwd`/centos:/home/docker -w /home/docker arubislander/centos:6 /bin/bash

About

Dockerfile for CentOS container for development purposes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published