Docker: Running Docker commands

January 14, 2019 admin 0

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 […]

Kafka: Basics – terminologies

July 11, 2018 admin 0

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. […]