Articles by admin

docker

Docker: Running Docker commands

This tutorial is a continuation of a previous post Docker: Installation and basics The command to run a container from an image is: [root@gw20-lap-doc1 ~]# docker run <image name> The command docker run image is same as…




docker

Docker: Installation and basics

This tutorial is aimed to teach one how to install Docker in CentOS 9 base host, and to perform basic tasks.   Quick Notes: You cannot run a Windows based container on a Docker that is…




kafka

Kafka: Basics – terminologies

Kafka is a middle-ware application developed by Apache Foundation, used for building real-time data pipelines and streaming apps, which is scalable and has fault-tolerant capabilities.   Posted below are the basic terminologies used by Kafka,…