Visual Studio 2026 Insiders: Using Podman for Container Development
Matt Hernandez introduces Podman integration in Visual Studio 2026 Insiders, showing how developers can create, run, and debug containers securely within the Visual Studio environment.
Visual Studio 2026 Insiders: Using Podman for Container Development
Introduction
Podman is an open-source container engine ideal for developers who require a daemonless and rootless solution. Unlike Docker, Podman runs containers without a central service and without requiring elevated privileges, improving security and flexibility, especially in enterprise and cloud-native environments.
Podman Integration in Visual Studio 2026 Insiders
With the latest Visual Studio 2026 Insiders release, Microsoft introduces support for Podman in the container development workflow. Historically, Visual Studio’s container tooling focused on Docker, but now developers can choose Podman, preserving familiar workflows while benefiting from Podman’s unique advantages.
Key Benefits
- Daemonless and rootless architecture: No central daemon, enhancing security
- Docker CLI Compatibility: Transition from Docker with minimal changes
- Enhanced developer choice: Select between Docker and Podman as your container runtime
Using Podman in Visual Studio 2026 Insiders
Getting Started
- Install the latest Visual Studio 2026 Insiders.
- Install and configure Podman Desktop.
- Open Visual Studio. It will auto-detect available Podman containers.
- Interact with containers via:
- Solution Explorer
- Integrated terminal (Podman commands)
- Built-in debugging tools
Configuration
- If both Docker and Podman are installed, select your runtime in Visual Studio:
- Tools > Options > Container Tools > General > Container Runtime
- Choose Podman from the dropdown
Workflow Highlights
- Create, run, debug, and manage containers from within Visual Studio
- Familiar UI and experience for developers used to Docker
- Manage images and view logs inside the IDE
Forward-Looking Statement
This addition reflects Microsoft’s focus on supporting open-source development. As containerization maintains its relevance in software architecture, Visual Studio’s Podman integration offers developers greater flexibility, enhanced security, and a modern development experience.
For feedback and issues, participate on this GitHub issue.
This post appeared first on “Microsoft Blog”. Read the entire article here