Rahil

An aerial view of containers in a port.

Run your first Windows Container on your Windows 10

Windows 10 now comes with container features available to pro and enterprise versions. To get started with containers on Windows 10, please make sure the below prerequisites are met. Pre-requisites Let’s ensure we have prerequisites installed before we get started with docker cli and container installation. If you already have the below items installed, you

Run your first Windows Container on your Windows 10 Read More »

Getting started with kubernetes on windows 10 with hyper-v.

Getting started with Kubernetes on windows 10 with Hyper-V

If you are interested in learning how Kubernetes works, you came to the right place! In this tutorial, I will show you how to quickly set up a local Kubernetes environment using Minikube to run hello-world app in a container. Pre-requisites Let’s ensure we have prerequisites installed before we get started with Minikube installation. If

Getting started with Kubernetes on windows 10 with Hyper-V Read More »

A close up of code on a wall.

Hosting ASP.NET Core 2.1 application on CentOS 7 with NGINX

In this tutorial, I will demonstrate how to setup web hosting for ASP.NET Core 2.1 application in CentOS 7 Linux operating system using NGINX web hosting platform. Before we proceed, let’s make sure the system is up-to-date. Follow below steps. Setup NGINX and Firewall If it returned running. That means firewalld service is in running

Hosting ASP.NET Core 2.1 application on CentOS 7 with NGINX Read More »

A laptop on a table in front of a window.

Setting up npm behind corporate proxy

When setting up npm in your corporate environment that is behind proxy. Most likely you receive an error like below when installing packages. npm ERR! request to https://registry.npmjs.org/typescript failed, reason: write EPROTO 101057795:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol:openssl\ssl\s23_clnt.c:827: To resolve this issue, we need to execute below commands. Set HTTP proxy Set HTTPS proxy Change registry to http

Setting up npm behind corporate proxy Read More »

Scroll to Top