Tech Junkie Blog - Real World Tutorials, Happy Coding!: Installing Docker On CentOS

Friday, September 3, 2021

Installing Docker On CentOS

Docker is the hottest infrastructure technology to hit the tech world in a long time.  The appeal of Docker is that it allows the infrastructure team to utilize the capacity of the servers to near full capacity.  Docker is a container.  A container is like a micro virtualization minus the operating system.  It only contains enough infrastructure to host an app, without the fat.  Hence the term container is used to describe it.



Here are the steps to install Docker on a CentOS Server:

1.  Open the CentOS terminal, then type the following command to switch to the super user:
     sudo su









2.  Now get the latest update for CentOS by typing yum update

3.  To install Docker type the following command in the terminal
   yum install -y docker




4.  Once the installation is complete type following command to start the docker service
     systemctl start docker.service, then type systemctl status docker.service to see the current status      of our docker container.  You should see the message that says "active (running)" in green.























Now we have Docker installed and running on CentOS.



Posts On Dockers


2 comments:

  1. Data science course in hyderabad
    we provide classroom training on IBM certified Data Science at hyderabad for the individuals who believe hand-held training. We teach as per the Indian Standard Time (IST) with In-depth practical Knowledge on each topic in classroom training, 80 – 90 Hrs of Real-time practical training classes. There are different slots available on weekends or weekdays according to your choices.

    ReplyDelete
  2. from this post i got opportunties to learn about the new technology dockor.milary we can also use accounting software Quickbooks for earning in finance and accounting which easily handle the large balance sheet and list of customer since it as software so there may be a chance of getting errors to fixing these errors software company launch a tool i.e.quickbooks connection diagnostic tool

    ReplyDelete

Search This Blog