docker

containers in kubernetes | what is containers

What are Containers in Kubernetes and What are containerization kubernetes benefits?

What are Containers in Kubernetes? A collection of processes unified by one namespace, with access to an operating system Kernel that it shares with other containers and little or no connections between them. According to Docker ContainersA container is a standard unit of software that packages up code and all its dependencies so the application […]

What are Containers in Kubernetes and What are containerization kubernetes benefits? Read More »

Docker Installation in Centos 7 and Ubuntu

[siteorigin_widget class=”WP_Widget_Media_Image”][/siteorigin_widget] How to install docker in Centos 7 ? To install the Docker in Centos, First we need to download the repository on the correct place ie.. “yum.repos.d” . Follow the below command to download Docker. cd /etc/yum.repos.d/ yum install wget wget https://download.docker.com/linux/centos/docker-ce.repo Note:- If above is not working then first you need to

Docker Installation in Centos 7 and Ubuntu Read More »