Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy

Docker Common Warehouse CentOS


May 22, 2021 Docker From entry to practice


Table of contents


Centos

Basic information

CentOS is a popular Linux distribution with packages that are mostly consistent with the RedHat family. The repository provides a mirror image of each version of CentOS from 5 to 7.

How to use it

A minimized CentOS environment is started by default.

$ sudo docker run --name some-centos -i -t centos bash
bash-4.2#

Dockerfile