Sign inSign up

idoall/centos

By idoall

Updated about 6 years ago

Docker-Centos

Image
1

5.1K

idoall/centos repository overview

目录

[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

Tag summary

Content type

Image

Digest

Size

250 MB

Last updated

about 6 years ago

docker pull idoall/centos