TechHelp
TechHelp
  • 16
  • 41 942
How to fix - 'docker desktop requires a newer wsl kernel version' issue for windows machine
In this video, I'll guide you through resolving the 'docker desktop requires a newer wsl kernel version' error that you might encounter after recently downloading and installing Docker Desktop on your Windows machine.
Below steps to fix - docker desktop requires a newer wsl kernel version
Step 1: turn on 'Windows Hypervisor Platform' feature
Step 2 : run the following command in poweshershell :
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
Step 3 : Download and install the WSL 2 update from Microsoft site: aka.ms/wsl2kernel
Step 4: Run the following command in poweshell:
wsl --set-default-version 2
Переглядів: 835

Відео

Jenkins tutorials: how to create a simple job in jenkins.
Переглядів 124Рік тому
In this video, we will see how to create a simple job in jenkins.
Jenkins tutorials : Install and Setup Jenkins on Windows
Переглядів 2,7 тис.Рік тому
In this Video, we will go through the process of installing and setting up Jenkins on a Windows machine and cover everything you need to know to get Jenkins up and running smoothly. Once Jenkins is installed, we'll dive into the initial setup wizard, where you'll learn how to create your admin account and configure plugins for Jenkins.
Jenkins tutorials : Introduction of Jenkins CI CD Pipeline
Переглядів 95Рік тому
Jenkins is an open-source automation tool widely used in the software development industry. It helps automate various tasks and processes involved in building, testing, and deploying software applications Continuous Integration (CI): CI is the practice of frequently integrating code changes from multiple developers into a shared repository. Jenkins facilitates CI by automatically building and t...
Convert English to hindi in Google Spreadsheet.
Переглядів 18Рік тому
translate english to hindi in Google Spreadsheet with googletranslate formula.
Java Rest API with Spring Boot and Gradle | CRUD REST API
Переглядів 3,4 тис.Рік тому
In this tutorial, we will see how to create simple Java Rest API with Spring Boot and Gradle.
Setup Kafka Cluster on Windows Using ChatGpt | Install Kafka on windows | ChatGpt tutorials
Переглядів 617Рік тому
This tutorial shows you how to use ChatGpt to set up Kafka Cluster on Windows. ChatGpt Url: chat.openai.com After downloading and installing Java and Kafka, run the following commands in command prompt to setup Kafka Cluster on Windows: Zookeeper: bin\windows\zookeeper-server-start.bat config\zookeeper.properties Kafka Server : bin\windows\kafka-server-start.bat config\server.properties Kafka T...
Create JSON Web Token (JWT) in .Net Core Web API
Переглядів 548Рік тому
In this Video we will create a JSON Web Token (JWT) in .Net Core Web API. what is JWT ? JSON Web Token (JWT) is an open standard (RFC 7519) that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. JWT tokens are commonly used for authentication and authorization purposes.
gRPC Introduction and Example in .Net Core C# | Unary Calls
Переглядів 518Рік тому
In this video you will see the small introduction of gRPC and how to implement it in .Net Core with simple steps.
Create REST API Python Using Flask - Part 2
Переглядів 3332 роки тому
In this video you will see how to create the API in python using flask.
Create REST API in python using Flask - Part 1
Переглядів 9072 роки тому
Create basic REST API in python using flask with simple steps.
API Gateway | Ocelot | Microservices | Web API | .NET Core
Переглядів 4 тис.2 роки тому
In this video, You will see that What is an API Gateway and how to implement it using Ocelot in .Net Core.
Deploy .Net Web API to Kubernetes Cluster with Simple Steps | kubernetes tutorial for beginners
Переглядів 7 тис.2 роки тому
In this video, You will learn how to create: 1..Net core web API in Visual studio code. 2. Dockerfile. 3. Docker Image. 4. POD Yml file. 5. Docker Desktop. 6. Kubernetes. 7. Docker Desktop for Windows. Code repo URL : github.com/TechHelpGitHub/WebAPI Please like and subscribe the channel.
Event Driven Architecture | Microservices communication using Event Bus.
Переглядів 5502 роки тому
In this video, you will learn the event driven architecture and how Microservices communicate each other asynchronously using event bus. Please like and subscribe the channel.
AWS Interview questions and answers for freshers and experienced.
Переглядів 562 роки тому
Top most asked interview question on AWS for Solution Architect. This video helps you to clear the AWS interview. #interview #aws #awsinterviewquestions #preparation
.NET Core Web API with VS Code Tutorial
Переглядів 21 тис.2 роки тому
.NET Core Web API with VS Code Tutorial