Containers

How to Configure Windows Server 2022 with PRTG — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Windows Server 2022 with PRTG

Introduction: MSBuild as a Build Server on Windows Server 2022 MSBuild (Microsoft Build Engine) is the core build platform for .NET and Windows applications. It processes XML-based project files (.csproj, .vbproj, .sln) and executes a directed acyclic graph of build tasks: compiling code, resolving NuGet packages, running tests, publishing artifacts, and more. On Windows Server […]

Read more
How to Set Up Oracle Linux 9 with Podman in Rootless Mode — step-by-step Oracle Linux 9 tutorial on Progressive Robot

How to Set Up Oracle Linux 9 with Podman in Rootless Mode

Introduction How to Set Up Oracle Linux 9 with Podman in Rootless Mode on Oracle Linux 9 provides administrators with a robust, enterprise-ready workflow that integrates cleanly with systemd, SELinux, firewalld, and the modern AppStream module system. In this tutorial we will walk through every step required, from package installation to verification, so that the […]

Read more
How to Configure Windows Server 2022 Automatic Updates — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Windows Server 2022 Automatic Updates

How to Configure GitHub Actions Self-Hosted Runner on Windows Server 2022 GitHub Actions provides hosted runners on Linux, macOS, and Windows, but for workflows that require custom software, Windows-specific build tools, access to private networks, or control over the execution environment, a self-hosted runner on Windows Server 2022 is the right choice. Self-hosted runners connect […]

Read more
How to Set Up Windows Server 2022 Extended Security Updates — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Windows Server 2022 Extended Security Updates

How to Set Up GitLab Runner on Windows Server 2022 GitLab Runner is the open-source agent that executes CI/CD jobs defined in your .gitlab-ci.yml files. Running a self-hosted GitLab Runner on Windows Server 2022 lets you build, test, and deploy Windows-native applications using PowerShell, batch scripts, MSBuild, and other Windows-specific toolchains that are not available […]

Read more
How to Configure Windows Server 2022 Registry Settings — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Windows Server 2022 Registry Settings

Windows Containers in Kubernetes Kubernetes supports Windows Server container workloads through Windows worker nodes. A production Kubernetes cluster running Windows containers has a mixed-OS architecture: the control plane (API server, etcd, scheduler, controller manager) runs on Linux nodes, while Windows-specific workloads are scheduled onto Windows Server 2022 worker nodes. This article walks through building a […]

Read more
How to Set Up Windows Server 2022 Services Management — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Windows Server 2022 Services Management

Why Run a Private Container Registry? A private container registry gives you full control over where your container images are stored, who can access them, and how they are distributed across your infrastructure. Rather than pushing every image to Docker Hub or a cloud provider’s registry, you can host a registry on your own Windows […]

Read more
How to Configure Windows Server 2022 with PowerShell DSC — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Windows Server 2022 with PowerShell DSC

Introduction to Podman on Windows Server 2022 Podman is an OCI-compatible container engine developed by Red Hat that runs containers without requiring a central daemon process. Unlike Docker, which relies on a long-running dockerd daemon process running as root, Podman uses a fork-exec model where each container runs as a direct child process of the […]

Read more
How to Set Up Windows Server 2022 Nano Server — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Windows Server 2022 Nano Server

Windows Subsystem for Linux on Windows Server 2022 Windows Subsystem for Linux version 2 (WSL2) is available on Windows Server 2022 and provides a genuine Linux kernel running inside a lightweight Hyper-V utility VM, giving you a near-native Linux environment directly on a Windows Server host. Unlike the original WSL1 which translated Linux system calls […]

Read more
How to Configure Windows Server 2022 Server Core — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Windows Server 2022 Server Core

Understanding Nano Server in Windows Server 2022 Nano Server in Windows Server 2022 is fundamentally different from the standalone deployment model introduced in Windows Server 2016. Microsoft deprecated the standalone Nano Server installation option after Windows Server 1709, and in Windows Server 2022 Nano Server exists exclusively as a container base image. It is no […]

Read more
How to Set Up Remote Desktop Printer Redirection on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Remote Desktop Printer Redirection on Windows Server 2022

How to Manage Containers with Windows Admin Center on Windows Server 2022 Windows Admin Center (WAC) provides a browser-based management interface for Windows Server 2022 that includes container management capabilities through its Containers extension. While the Docker CLI and PowerShell remain the primary tools for container operations in production, WAC offers a visual interface for […]

Read more
CHAT