Browsing tag

docker

How To Install Docker Engine on Debian 11

Docker is an open-source software to easily create and run applications in an isolated environment called containers from any application. It provides an efficient way to package applications with their libraries and other dependencies into a standardized unit for software development. Docker containers are much faster and more efficient than a virtual machine because they […]

How To Install Docker on Rocky Linux 8 / CentOS 8 / RHEL 8 / AlmaLinux

Docker is a tool that allows you to easily build, test and deploy applications smoothly and quickly using containers. It has gained widespread popularity in recent times due to the portability to run applications anywhere irrespective of the host operating system. Docker provides a more efficient and lightweight environment to deploy the application. Docker uses […]

Top 17 Important Docker Commands

In this post, we will see the top 17 important docker commands that we generally use in Docker environment. These are the basic Docker commands you need to get started with Docker containers and images. Install Docker Before going ahead, take a look at how to install Docker on famous Linux distributions. READ: How To […]

How To Install Docker on Debian 10

Docker is a containerization software that helps to build, deploy, and run applications in a container. The containers are similar to virtual machines, but they consume fewer resource, easy to manage, and can run anywhere regardless of the operating environment it is running in. In this post, we will see how to install Docker Comunity […]

How To Install Kubernetes on CentOS 7, Ubuntu 18.04 / 16.04 & Debian 9

Kubernetes is an open-source Production-Grade container orchestration tool that helps to automate deploying, scaling, managing containerized applications. Google initially designed Kubernetes and now maintained by the Cloud Native Computing Foundation. You can call Kubernetes is a cluster manager for Docker, and it provides almost same functionalities that of Docker Swarm. With Kubernetes, you can deploy […]