Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form
  • banner
    How to integrate TestRail with Jira JIRA|Confluence|Apps
  • maxresdefault
    Install and manage IP Address Management on Windows Server Windows
  • M0365VBO
    Why should you use Veeam to protect your Microsoft 365 Data? Backup
  • Featuredimage
    Check .NET Framework version on Windows Windows
  • Banner
    How to determine Tombstone Lifetime in Active Directory Windows Server
  • the remote procedure call failed
    Error 0xc1420117: The directory could not be completely unmounted Windows Server
  • How to Install Winget on Windows Server
    How to Install Winget on Windows Server Windows Server
  • cisco catalyst switch 1
    How to Reset a Cisco 3650 Catalyst Switch Network | Monitoring

Tag: docker

How to manually update Docker desktop

Posted on 17/10/202126/08/2023 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. Docker Desktop menu allows you to open the Docker Dashboard, run the Quick Start Guide, configure your…

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/202116/03/2024 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/202118/12/2025 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/202122/02/2025 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/202121/12/2023 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/202121/12/2023 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/202126/08/2023 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. Furthermore, Docker Desktop works with your choice of development tools and languages, giving you access…

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/202127/08/2023 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. It may also interest you…

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/202110/04/2023 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. That means that it’s possible to use scripts generated for Bash, PowerShell Core, Windows PowerShell, and Windows Batch (deprecated). As I said…

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/202122/09/2023 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. The Docker Engine and client aren’t included with Windows and need to be installed and configured individually….

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/202117/08/2023 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/202130/05/2023 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.  Docker simply makes it easy for you to package the image you build locally and deploy it…

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

AWS/Azure/OpenShift, Virtualization

Posts pagination

Previous 1 2

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • banner
    How to integrate TestRail with Jira JIRA|Confluence|Apps
  • maxresdefault
    Install and manage IP Address Management on Windows Server Windows
  • M0365VBO
    Why should you use Veeam to protect your Microsoft 365 Data? Backup
  • Featuredimage
    Check .NET Framework version on Windows Windows
  • Banner
    How to determine Tombstone Lifetime in Active Directory Windows Server
  • the remote procedure call failed
    Error 0xc1420117: The directory could not be completely unmounted Windows Server
  • How to Install Winget on Windows Server
    How to Install Winget on Windows Server Windows Server
  • cisco catalyst switch 1
    How to Reset a Cisco 3650 Catalyst Switch Network | Monitoring

Subscribe to Blog via Email

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

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

Tags

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

Copyright © 2025 TechDirectArchive