Skip to content

Latest commit

 

History

History

8

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Docker CentOS 8

The default password for root is 1.

Usage

docker run -d \
    --name centos8 \
    --hostname centos8 \
    rea1shane/centos:8

or

make run HOSTNAME=centos8

Build

make build