Open in app
Home
Notifications
Lists
Stories

Write
Ashish Singh Baghel
Ashish Singh Baghel

Home

Apr 15

Run Jenkins using Docker Desktop (linux containers)

You can find ready to use docker-compose.yml file in my GitHub repo https://github.com/mechdeveloper/jenkins-docker using which you can run Jenkins in Docker. Please follow this blog for step by step instructions. Following Jenkins official documentation describes how you can run Jenkins in Docker - Docker Minimum hardware requirements: Recommended hardware configuration for a small team: Comprehensive hardware…www.jenkins.io

Jenkins

4 min read

Run Jenkins using Docker Desktop (linux containers)
Run Jenkins using Docker Desktop (linux containers)

Jan 16

Remote Management of Windows Server Docker Host

In this blog I have tried to describe how we can configure docker to listen on a TCP port and how we can protect that TCP port using TLS certificates. Check out Hands-On video on Youtube Configure the Docker Engine to accept incoming connections on TCP port 2375 Create…

Windows Containers

4 min read

Remote Management of Windows Server Docker Host
Remote Management of Windows Server Docker Host

Mar 28, 2021

Windows Server 2016 | Containers

Why Containers ? For packaging and running applications across diverse environments on-prem or cloud lightweight, isolated environment — easy to develop, deploy and manage. quick start/stop useful for utilizing your infrastructure Virtual Machine with Containers (Process Isolation) Windows containers running on Windows Server default to running with process isolation. Process Isolation — This is the “traditional isolation” for containers…

Windowsserver 2016

5 min read

Windows Server 2016 | Containers
Windows Server 2016 | Containers

Dec 17, 2020

Add custom domain names in your Azure Active Directory

Many times we have the requirement to use an existing domain with our Azure Active Directory. Following step by step guide will help you to configure your Azure Active Directory service for use with a custom domain name registered with an external domain registrar. Step 1: Login to Azure Portal …

Azure

2 min read

Add custom domain names in your Azure Active Directory
Add custom domain names in your Azure Active Directory

Dec 14, 2020

Basic Kubernetes (K8s) Commands | minikube | Pods | Services

Kubernetes Basics Using minikube to create a single node cluster Check if minikube is installed minikube version Start the cluster minikube start Check if kubectl is installed kubectl version Check cluster details kubectl cluster-info View nodes in the cluster kubectl get nodes Deploy an app kubectl create deployment kubernetes-bootcamp --image=gcr.io/google-samples/kubernetes-bootcamp:v1 List your deployment

Kubernetes

2 min read

Basic Kubernetes (K8s) Commands | minikube | Pods | Services
Basic Kubernetes (K8s) Commands | minikube | Pods | Services

Oct 31, 2020

Troubleshoot Docker EE on Windows Server 2016 (“HNS Failed with error: …”)

Fix HNS Related errors To fix HNS Related errors, Clean Up Windows Server 2016 Host networking configuration Run following script provide by Microsoft in PowerShell as admin to cleanup your Windows Host (Read the instructions carefully before running this script provided by Microsoft) MicrosoftDocs/Virtualization-Documentation To capture basic logs* to assist with container network troubleshooting, run this script without any arguments: PS C:\>…github.com

3 min read

How to fix “HNS failed with error…” On Docker EE Windows Server 2016
How to fix “HNS failed with error…” On Docker EE Windows Server 2016

Oct 31, 2020

Basic Docker Commands | Perfect for beginners

Basic docker commands for beginners Practice these commands yourself, get your hands dirty check out this Hands On YouTube video demonstrating these commands - Check Docker Version docker version 2.Check the detailed information of Docker installed docker info Docker commands — Images 3. Search an image in Docker hub docker search <<imagename>> | head -20 docker search ubuntu…

2 min read

22 Basic Docker Commands | Perfect for beginners
22 Basic Docker Commands | Perfect for beginners

Oct 31, 2020

How to Install Docker EE on Windows Server 2016 | Offline

Recently I was learning docker on Windows Server 2016 and I realized that official docker docs no longer have information for Docker EE on Windows Server 2016 Microsoft official documentation link for scripted installation of Docker EE is broken. Configure Docker in Windows The Docker Engine and client aren't included with Windows and need to be installed and configured individually…docs.microsoft.com

Windows Containers

2 min read

How to Install Docker EE on Windows Server 2016 | Offline
How to Install Docker EE on Windows Server 2016 | Offline
Ashish Singh Baghel

Ashish Singh Baghel

Digital Enthusiast

Following
  • Android Developers

    Android Developers

  • Medium

    Medium

  • Gisli Gudmundsson

    Gisli Gudmundsson

  • Monika Agarwal

    Monika Agarwal

  • Jonah Andersson

    Jonah Andersson

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable