How to Install Minikube on Debian 11 Bullseye Linux

minikube Dashboard Debian 11 Start

Do we really need an entire server or cloud to start with Kubernetes Cluster? The answer is ‘No‘ because it is possible to use Minikube to implement a Kubernetes cluster with just a single node on your local PC for creating and managing virtual machines. …

Read more

How to install Docker Engine on Alpine Linux

Test Docker on Alpine Linux

Docker is a popular container platform to run virtualized lightweight machines. Here we learn how to install Docker Engine and Compose on Alpine Linux using simple commands to run Containers. Alpine Linux is popular for its lightweight, security, and performance, hence widely used for installing …

Read more

How to install Odoo 13 or 14 on Docker Container

Odoo Apps install on Docker container

There is a couple of well-known open-source business management software and Odoo is one of them. It offers ERP, CRM, ECM, project planning, and more…  In this article, we learn how to install Odoo 14 and 13 on a docker container running on Ubuntu 20.04 …

Read more

Install Docker CE on Debian 11 Bullseye Linux

Install Docker CE on Debian 11 Bullseye Linux

Run container virtual machine by installing Docker CE on Debian 10 or 11 Bullseye Linux using the guide given here in this article… Debian 11 is the latest long-term supported release from the developers of this Linux. However, if you are using it and don’t …

Read more

Best way to install Docker on Ubuntu 20.04 Linux

Best way to install Docker on Ubuntu 20.04 Linux

Docker doesn’t need any introduction now, it is a popular and free-to-use container solution that has established itself very well in the field of container-based applications. Here we will learn the best way to install Docker on  Ubuntu Hirsute 21.04, Ubuntu Groovy 20.10, Ubuntu Focal …

Read more