
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 […]
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 […]
A docker instance is good to run task in a small scale. However as the traffic increases, or when more processing power is required, when […]
This tutorial will guide the reader to create a Docker image with apache web server running on a CentOS operating system. If you are new […]
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 […]
In this lab, we will work on setting up a Kafka environment, where a Producer and Consumer can communicate. Prerequisite: 2 computers/vm Minimal installtion of CentOS 7 […]
In situations where you want run a cluster of brokers, but do not have spare hosts, you may run multiple brokers nodes in the same […]
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. […]
In this tutorial we will be showing how to work with files stored in the host, such as reading the contents of the file, adding […]
Fabric is a Python library that can be used to execute shell commands remotely over SSH. This is a very helpful module that can be used […]
In this example we will first use Git CLI to upload source code to GitHub repository. Then we will use Jenkins which will check for […]
Copyright © 2025 | WordPress Theme by MH Themes