Docker is a tool designed to make it easier to create, deploy, and run applications by using containers.
container
How to start Jenkins, GitLab and Bitbucket containers in Docker-desktop on Windows
Jenkins, GitLab and Bitbucket Docker images can be run as containers locally using Docker-desktop on Windows.
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.
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 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.
How to find the current CPU and Memory usage of all the pods in kubernetes cluster
The kubelet acts as a bridge between the Kubernetes master and the nodes, managing the pods and containers running on a machine. The kubelet translates each pod into its constituent containers and fetches individual container usage statistics from the container runtime through the container runtime interface. The kubelet fetches this information from the integrated cAdvisor for the legacy Docker integration. It then exposes the aggregated pod resource usage statistics through the metrics-server Resource Metrics API.
How to install sqlcmd on kubernetes pod container to test sql server connection
This article covers setting up of mssql-tools which includes the sqlcmd client utility. These steps are needed for container in which you wish to use the sqlcmd command or other Microsoft-originating utilities on Ubuntu to interact with an MSSQL Server.
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.