Vue lecture

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

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

Docker Bake – Manage complex build configurations using declarative files

With the release of Docker Desktop 4.38, Docker Bake is now generally available, which brings a powerful way of defining complex builds with declarative files. In this guide, we'll go through the fundamentals of Docker Bake, create a simple Python app, set up a Bake file, and demonstrate how to use it. If you're familiar with docker build and docker compose, you'll find Docker Bake to be wrapper that improves build efficiency.

Source

❌