Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 243 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 243 Bytes

Base image for Centos

Branches are used for the various versions

To build locally

docker build -t catapultcx/centos:centos8

To run

docker run -t -i --rm catapultcx/centos8

To push

docker push -t -i --rm catapultcx/centos8