idoall/centos

By idoall

Updated over 4 years ago

Docker-Centos

Image
1

845

目录

[TOC]

Docker-Centos/7.6

This repository contains the sources for the following docker base images:

Developing

# 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 Command

docker pull idoall/centos