Monday, February 28, 2022

Running CentOS in a Docker container

 CentOS is short for “Community Enterprise Operating System”.
Docker is a software platform that allows you to build, test, and deploy applications quickly.
_________________________________________________________________________________________
Server - Os:  Rocky Linux 8.5  64Bit      |    IP -192.168.1.20        |     Hostname - www.primaryhost.com
_________________________________________________________________________________________
cat /etc/system-release ; sestatus ; dnf groupinstall "Development Tools" -y ; docker-compose --version ; docker --version
docker pull centos
docker run centos
docker container ls
docker images
docker run -i -t centos
cat /etc/redhat-release
_________________________________________________________________________________________

No comments:

Post a Comment