Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

Tag: docker

How to manually update Docker desktop

Posted on 17/10/202128/08/2026 Christian By Christian No Comments on How to manually update Docker desktop
How to manually update Docker desktop

Docker is an open-source containerization platform that enables developers to package apps into containers and standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. Please see Azure DevOps and GitHub integration for Docker and Kubernetes deployment, how to create a static pod in…

Read More “How to manually update Docker desktop” »

Containers

Enable the Virtual Machine Platform Windows Feature and ensure Virtualization is enabled in the BIOS

Posted on 17/10/202128/08/2026 Christian By Christian No Comments on Enable the Virtual Machine Platform Windows Feature and ensure Virtualization is enabled in the BIOS
Enable the Virtual Machine Platform Windows Feature and ensure Virtualization is enabled in the BIOS

In this article, we will discuss how to fix “Virtual Machine Platform Windows Feature and enable virtualization”. Azure DevOps and GitHub integration for Docker and Kubernetes deployment, how to create a static pod in Kubernetes, and how to install, register and start GitLab Runner on Windows. Docker is an open-source containerization platform that enables developers to package apps into…

Read More “Enable the Virtual Machine Platform Windows Feature and ensure Virtualization is enabled in the BIOS” »

Virtualization

Preparation failed: The docker client must be run with elevated privileges

Posted on 17/10/202128/08/2026 Christian By Christian No Comments on Preparation failed: The docker client must be run with elevated privileges
Preparation failed: The docker client must be run with elevated privileges

In this article, we shall discuss “Preparation failed: Error during connect in the default daemon configuration on Windows – the docker client must be run with elevated privileges”. Docker is an open platform for developing, shipping and running applications. It provides a simple and powerful developer experience, workflows, and collaboration for creating applications. Please, see…

Read More “Preparation failed: The docker client must be run with elevated privileges” »

Version Control System

Failed to pull image with the policy “always” error from the daemon

Posted on 17/10/202128/08/2026 Christian By Christian No Comments on Failed to pull image with the policy “always” error from the daemon
Failed to pull image with the policy “always” error from the daemon

A Docker image is a file used to execute code in a Docker container. It acts as a set of instructions to build a Docker container (more like a template). In this article, we shall learn “how to fix failed to pull the image with the policy “always” error from the daemon”. A Docker image contains…

Read More “Failed to pull image with the policy “always” error from the daemon” »

Version Control System

The executor requires OSType=windows, but Docker Engine supports only OSType=linux

Posted on 16/10/202128/08/2026 Christian By Christian 2 Comments on The executor requires OSType=windows, but Docker Engine supports only OSType=linux
The executor requires OSType=windows, but Docker Engine supports only OSType=linux

This article describes the steps to resolve The executor requires OSType=windows, but Docker Engine supports only OSType=linux. GitLab Runner can use Docker to run jobs on user-provided images. This is possible with the use of a Docker executor. The Docker executor when used with GitLab CI, connects to Docker Engine and runs each build in a separate and isolated container using…

Read More “The executor requires OSType=windows, but Docker Engine supports only OSType=linux” »

Containers

Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry

Posted on 16/10/202128/08/2026 Christian By Christian 2 Comments on Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry
Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry

In this article, we shall discuss how to resolve “Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry”. Kindly refer to these related guides: How to create and deploy a local Registry Server with Docker Image, how to Pull your first Nginx…

Read More “Docker image OS “windows” cannot be used on this platform: No matching manifest for linux/amd64 in the manifest list entries from Microsoft Docker Registry” »

Network | Monitoring

Running Docker commands returns Docker is not recognized as an internal or external command

Posted on 05/10/202128/08/2026 Christian By Christian 2 Comments on Running Docker commands returns Docker is not recognized as an internal or external command
Running Docker commands returns Docker is not recognized as an internal or external command

Docker Desktop is an easy-to-install application for your Mac or Windows environment that enables you to build and share containerized applications and microservices. Docker Desktop includes Docker Engine, Docker CLI client, Docker Compose, Docker Content Trust, Kubernetes, and Credential Helper. Please see Azure DevOps and GitHub integration for Docker and Kubernetes deployment, how to create a static…

Read More “Running Docker commands returns Docker is not recognized as an internal or external command” »

Containers

Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges

Posted on 05/10/202128/08/2026 Christian By Christian No Comments on Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges
Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges

Docker executor is a great option is to use Docker as it allows a clean build environment, with easy dependency management (all dependencies for building the project can be put in the Docker image). The Docker executor allows you to easily create a build environment with dependent services, like MySQL. Please see Azure DevOps and…

Read More “Failed to remove network for build: Error during connect in the default daemon configuration on Windows, the Docker client must be run with elevated privileges” »

Containers

There has been a runner system failure: failed to start the process exec “pwsh”

Posted on 05/10/202128/08/2026 Christian By Christian No Comments on There has been a runner system failure: failed to start the process exec “pwsh”
There has been a runner system failure: failed to start the process exec “pwsh”

The Shell executor is a simple executor that you use to execute builds locally on the machine where GitLab Runner is installed. It supports all systems on which the Runner can be installed. In this article, you will learn how to fix there has been a runner system failure: failed to start the process exec…

Read More “There has been a runner system failure: failed to start the process exec “pwsh”” »

Containers

How to install and uninstall Docker Desktop on Windows 10 and Windows Server

Posted on 05/10/202128/08/2026 Christian By Christian 1 Comment on How to install and uninstall Docker Desktop on Windows 10 and Windows Server
How to install and uninstall Docker Desktop on Windows 10 and Windows Server

Docker is an open-source containerization platform that enables developers to package apps into containers and standardized executable components combining application source code with the operating system (OS) libraries and dependencies required to run that code in any environment. Please see how to create a static pod in Kubernetes, and how to install, register and start…

Read More “How to install and uninstall Docker Desktop on Windows 10 and Windows Server” »

Containers

Creating and Deploying Docker Registry Using Docker Image

Posted on 19/09/202129/08/2026 Imoh Etuk By Imoh Etuk 1 Comment on Creating and Deploying Docker Registry Using Docker Image
Creating and Deploying Docker Registry Using Docker Image

Creating and deploying a Docker registry gives you the autonomy to manage your images within your network, ensuring security, compliance, and faster access without relying on external resources. First, What is Docker Registry? The Registry is a stateless, highly scalable server-side application that stores and lets you distribute Docker images. In addition, the Registry is…

Read More “Creating and Deploying Docker Registry Using Docker Image” »

AWS/Azure/OpenShift

Pull and Deploy Nginx Container Images from Docker Hub

Posted on 12/09/202127/08/2026 Imoh Etuk By Imoh Etuk No Comments on Pull and Deploy Nginx Container Images from Docker Hub
Pull and Deploy Nginx Container Images from Docker Hub

This topic discusses Docker, which is a great container tool for building and deploying your application. Docker Hub stores public Docker images. You can use the Docker command-line interface (Docker CLI) for login, push, pull, and other container image operations on your container registry. In this article, you will learn how to Pull and Deploy Nginx Container Images from Docker Hub….

Read More “Pull and Deploy Nginx Container Images from Docker Hub” »

AWS/Azure/OpenShift, Virtualization

Posts pagination

Previous 1 2

Microsoft MVP

vexpert-badge-stars-5

Virtual Background

VEEAMLEGEND

Categories

veeaam100

Veeam Vanguard

  • Credential Sync acrosss devices
    How to sync your passwords across iOS and Mac devices Mac
  • hero windowsadmincenter
    How to schedule and run update via Windows Admin Center Windows Server
  • banner
    How to Import Data from a GitHub Repository to Postman Backup
  • Windows Server
    Migrate Roles and Features to Windows Server 2022 using WSMT Windows
  • microsoft confirms some pcs freeze after windows 10
    Analyze group policies applied to a user and computer account Windows Server
  • S3 Bucket Replication
    Set up Cross-Region Replication for S3 Buckets AWS/Azure/OpenShift
  • vmware
    Windows Startup Error: VMware Status 0xc000014c – Missing Boot Data Windows
  • ePO PIA Tool
    Fixes to Trellix ePolicy Orchestrator Installation Errors Security | Vulnerability Scans and Assessment

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,757 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Contact
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon
  • Bsky

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2026 TechDirectArchive