blacklabelops/centos
CentOS Base Image! Built and Updates Daily!
100K+
Base Image | Tag | Dockerfile | Readme |
---|---|---|---|
blacklabelops/alpine | 3.4 | Dockerfile | README.md |
blacklabelops/centos | latest, 7, 7.3 , 7.3.1611 | Dockerfile | README.md |
blacklabelops/ubuntu | latest, 16.10 | Dockerfile | README.md |
Blacklabelops Alpine Base Image
$ cd centos && docker build -t blacklabelops/centos .
$ docker run -it --rm blacklabelops/centos bash
$ cd ubuntu && docker build -t blacklabelops/ubuntu .
$ docker run -it --rm blacklabelops/ubuntu bash
docker pull blacklabelops/centos