Easy fix for the error observed during switching to windows containers in docker-desktop on windows 10.
How to run self-hosted agent in Docker on Windows 10
You can set up a self-hosted agent in Azure Pipelines to run inside a Windows Server Core (for Windows hosts), or Ubuntu container (for Linux hosts) with Docker.
How to create azure service connection to connect to kubernetes
For an Azure RBAC enabled cluster, a ServiceAccount gets created in the chosen namespace along with RoleBinding object, so that the created ServiceAccount can do actions only on the chosen namespace.
How to Build and Test your GoLang App using Azure Container jobs
Container Jobs are a relatively new feature of Azure DevOps which executes pipelines within a container.
Docker for Windows stuck at “Kubernetes is Starting”
Resolving issue related to Docker desktop and Kubernetes could be tricky but most of the time the logs will be handy to find the cause and then finding the fix for it.
Github Actions: Build & push Docker image to AWS ECR (Elastic Container Registry)
Publishing a Docker image to Amazon Elastic Container Registry (ECR) is a bit different than it works with other containers. In this article, you will learn how to build and publish a Docker image using Github Actions (workflow).
Some Silly mistakes which sometimes break your head
These are couple of mistakes which became issues and ended breaking my head to fix them. I am sure others also have face such incidents.
How to resolve – dial unix /var/run/docker.sock: connect: permission denied
Got permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get “http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/json”: dial unix /var/run/docker.sock: connect: permission denied
How to solve Visual Studio Code commit error “make sure you configure your user.name and user.email in git”
Commit error “make sure you configure your user.name and user.email in git” can be resolved by running the commands in Git terminal
Some Useful PowerShell Commands
Some basic PowerShell Commands which come handy while writing Powershell script.