Vue lecture

Il y a de nouveaux articles disponibles, cliquez pour rafraîchir la page.

Managing container networks in Windows Server 2025

Windows Server 2025 can run Windows and Hyper-V containers. The former share resources like the kernel with the host OS and have process-level isolation, while the latter run in virtual machines. To enable communication between containers and with physical systems, you must configure the network accordingly.

Source

Install Apple Container CLI: Running containers natively on macOS 15 (Sequoia) and macOS 26 (Tahoe)

In my previous article, I introduced Apple's new Containerization solution for macOS and compared it with Docker Desktop. In today's post, I'll explain how to install Apple’s new Container CLI—a Swift‑based, open‑source tool—for running OCI‑compliant Linux containers on your Mac. Native container support will launch in macOS 26 (Tahoe), but you can install and utilize the Container CLI on macOS 15 with certain limitations. In the step‑by‑step guide, I will explain how to install, configure, and start running containers with Apple’s fresh alternative to Docker Desktop.

Source

Apple Container vs. Docker Desktop

At WWDC 2025, Apple announced the Containerization Framework and Container CLI, a solution for creating and running Linux containers as lightweight virtual machines on Mac. This article is geared toward developers, sysadmins, and DevOps engineers who want to understand how Apple Container works under the hood and how it compares to Docker Desktop.

Source

Activate Windows authentication with a PIN

Entering a PIN is one of the authentication methods available through Microsoft’s Windows Hello. It offers a simplified sign-in experience, especially for devices that lack biometric capabilities. This option must be explicitly enabled in domain-joined environments or those using Entra ID. However, its functionality is significantly restricted on virtual machines hosted on Hyper-V.

Source

Features on Demand (FoD) in Windows Server 2025 Nano Containers

Windows Server 2025 introduced several advancements that make containerized workloads more flexible, secure, and customizable. One notable feature is the addition of Features on Demand (FoD) in Nano Server containers. This feature allows you to customize Nano Server containers by adding only the necessary components while keeping your container images small and optimized. In this guide, we’ll explore how to enable and use Features on Demand within Nano Server containers, providing real-world use cases that demonstrate this feature's power. We will also examine how it impacts container image sizes.

Source

Hyper-V Quick Create: Deploy custom VM images

Instead of walking through the entire wizard in Hyper-V Manager to create a virtual machine, you can speed up the process using Quick Create. By default, this tool uses virtual hard disks (VHDX) provided by Microsoft. Alternatively, you can set up a custom gallery and populate it with your own images.

Source

❌