Docker – Working with Images

In this post, let’s play with images through a couple of tutorials.

  • [Tutorial 1] Create a Docker image (Ubuntu 20.04 + Python3) with a “hello-world” application written in Python.
  • [Tutorial 2] Create an nginx image and connect the host port to the nginx port in the container
Continue reading “Docker – Working with Images”

Kubernetes – Install and Test on CentOS8

This is how to install Kubernetes on the Linux machine (CentOS 8) – Master Node + Worker Node

Continue reading “Kubernetes – Install and Test on CentOS8”

Docker – Install on CentOS 8

This tutorial shows how to install Docker on the Linux machine (CentOS 8). CentOS 8 uses DNF (Dandified yum) as a package manager.

Continue reading “Docker – Install on CentOS 8”