Docker with CentOS



docker run -it --name cent -w /opt centos:7


yum install nano


yum install epel-release
yum install htop


htop


docker container start -i cent