Browsing tag

docker

How to Build Docker Images with DockerFile

In our previous article, we got to know how to install Docker engine and covered some important Docker commands we use to get the things done from Docker containers. As you are already aware, Docker images are the base of containers. Whenever you provision or launch a container, Docker will search for the image locally […]

How to Install Docker on Fedora 36 / Fedora 35

Docker is an open-source container virtualization technology that has recently gained immense popularity. It offers a more efficient way to develop and deploy an application in a containerized format. With Docker, the application resides inside the container and runs on top of the host operating system. Here, we will see how to install Docker on […]

How to Run ELK stack on Docker Container

ELK stack is abbreviated as Elasticsearch, Logstash, and Kibana stack, an open source full featured analytics stack helps to analyze any machine data. It is used as an alternative to other commercial data analytic software such as Splunk. I hope you do not require an introduction of ELK stack if you still need it; I […]

Rancher – Your Private Container Service : Run Containers in Production – Install Rancher on CentOS 7 / Ubuntu 16.04

Rancher is an open source software that helps you to run the containers in production. With rancher, you no need to build containers from scratch; it supplies entire software stack needed to manage container. Components: INFRASTRUCTURE ORCHESTRATION: It is nothing but a computing resource (Linux Hosts), could be a virtual machine or physical machine. CONTAINER […]