Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 164 Bytes

File metadata and controls

14 lines (10 loc) · 164 Bytes

CentOS-Dockerfiles

Dockerfiles for CentOS7

Build

docker build -t centos .

Run

docker run -it --name base centos:latest /bin/bash