blacklabelops/centos

By blacklabelops

Updated over 6 years ago

CentOS Base Image! Built and Updates Daily!

Image

100K+

Supported Tags And Respective Dockerfile Links

Base ImageTagDockerfileReadme
blacklabelops/alpine3.4DockerfileREADME.md
blacklabelops/centoslatest, 7, 7.3 , 7.3.1611DockerfileREADME.md
blacklabelops/ubuntulatest, 16.10DockerfileREADME.md

blacklabelops/alpine

Docker StarsDocker Pulls

Blacklabelops Alpine Base Image

  • Includes repository updates
  • tini: Zombie Process Reaper
  • su-exec: Execute processes as different user
  • wait-for-it: Waiting for available server ports.
  • Feature Script: Runtime user definition with environment variables.

README.de

Dockerhub Repository

blacklabelops/centos

Docker StarsDocker Pulls

  • Includes updates

Build the Image

$ cd centos && docker build -t blacklabelops/centos .

Run the Image

$ docker run -it --rm blacklabelops/centos bash

blacklabelops/ubuntu

Docker StarsDocker Pulls

  • Includes updates

Build the Image

$ cd ubuntu && docker build -t blacklabelops/ubuntu .

Run the Image

$ docker run -it --rm blacklabelops/ubuntu bash

Docker Pull Command

docker pull blacklabelops/centos