How to start stop and restart Jenkins on Linux

In this article, we will see how to start stop and restart Jenkins on Linux step by step. The process is same for all Linux distributions like Ubuntu, RHEL, CentOS, Kali Linux, Debian, Fedora,…

Check the status of Jenkins on Linux

Continue reading How to start stop and restart Jenkins on Linux

How to download and install jenkins on Windows

In this article, we will see how to download and install jenkins on Windows step by step.

The proess is same for Windows 10, 11 or Windows Server.

Prerequisites to install Jenkins on Windows are:

OpenJDK JDK / JRE 11 – 64 bits. Use
OpenJDK JDK / JRE 17 – 64 bits. Use Continue reading How to download and install jenkins on Windows

How to install minikube on Ubuntu 22.04 LTS

In this article, we will how to install minikube on Ubuntu 22.04 LTS step by step.

minikube is a tool that lets you run Kubernetes locally. minikube runs a single-node Kubernetes cluster on your personal computer (including Windows, macOS and Linux PCs) so that you can try out Kubernetes, or for daily development work.

Prerequisites to install minikube:

Continue reading How to install minikube on Ubuntu 22.04 LTS

How to start and stop minikube on Linux

In this article, we will see How to start and stop minikube on Linux step by step.

minikube is a tool that lets you run Kubernetes locally. minikube runs a single-node Kubernetes cluster on your personal computer (including Windows, macOS and Linux PCs) so that you can try out Kubernetes, or for daily development work. Continue reading How to start and stop minikube on Linux

how to install Docker on CentOS 8

In this article, we will see how to install Docker on CentOS 8. Docker is available in two versions,

Docker CE (Community Edition)
Enterprise Edition (EE)
In this guide we will learn how to install Docker CE (Community Edition) on CentOS 8 or RHEL 8 Server.

System Requirements for Docker CE:

To install Docker Engine, you need a maintained version of CentOS 7. Archived versions aren’t supported or tested.

Updated Minimal CentOS 8 / RHEL 8
Sudo or root privileges
Internet Connection

SET UP THE REPOSITORY:
Continue reading how to install Docker on CentOS 8

How to install Docker on Ubuntu

In this article, we will see how to install Docker on Ubuntu.

1. Update the apt package index.

sudo apt-get update

2. Install packages to allow apt to use a repository over HTTPS.

sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common

How to install Docker on Ubuntu

Continue reading How to install Docker on Ubuntu