
Docker: Docker-compose – A wordpress site
The docker-compose is a CLI tool that automates some very long arguments we other wise will be passing to “docker run” command. This tool will also help us […]
The docker-compose is a CLI tool that automates some very long arguments we other wise will be passing to “docker run” command. This tool will also help us […]
Like we can create an image from a Dockerfile, we can create a container from an image too. The steps to do that is as […]
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 […]
Copyright © 2025 | WordPress Theme by MH Themes