Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.
Docker
Switching to Windows Container in Docker Desktop throws error
Easy fix for the error observed during switching to windows containers in docker-desktop on windows 10.
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).
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
Run PostgreSQL and pgAdmin in container on windows WSL (ubuntu 18.04)
Instead of installing postgreSQL server as local service for development setup, you can run postgreSQL and pgAdmin as Docker containers.
Running Azure Private Build Agents (on Ubuntu) as Docker containers
You can start self-hosted build agent (on Ubuntu) in docker containers. Create VSTS agent image with dependencies required and run it in docker container.