idoall/centos
[TOC]
This repository contains the sources for the following docker base images:
# Pull image
git clone https://github.com/idoall/docker.git
cd centos/7.6
# hack hack hack
# build
docker build -t idoall/centos:7.6 .
# run
docker run -it \
--rm \
--name centos \
--hostname centos \
idoall/centos:7.6
# view supervisor version
docker exec -it centos supervisord -v
# access the contain
docker exec -it centos /bin/bash
docker pull idoall/centos