Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

How to use RHEL 10 as a WSL Podman machine

May 21, 2025
Jeff Maury
Related topics:
Application modernizationContainersDeveloper toolsVirtualizationWindows
Related products:
Developer ToolsetImage mode for Red Hat Enterprise LinuxPodman Desktop

    The article Getting started with RHEL on WSL covers how to build and run Red Hat Enterprise Linux (RHEL) Windows Subsystem for Linux (WSL) images. Here, we'll dive into the specific options required to configure that RHEL 10 WSL distribution for use as a Podman machine.

    Requirements

    To use the RHEL 10 WSL image as a Podman machine, ensure that the following packages are installed:

    • podman
    • podman-docker
    • procps-ng
    • openssh-server
    • net-tools
    • iproute
    • sudo
    • iptables-nft

    Luckily, all are available from the preconfigured RHEL 10 repositories.

    Build the image

    1. Navigate to image builder (Figure 1).
    Figure 1: Image builder welcome page.
    Figure 1: Image builder welcome page.
    1. Click Create blueprint to open the Create image dialog wizard (Figure 2).
    Figure 2: New image output options page.
    Figure 2: New image output options page.
    1. On the Image output page, select the following:
      1. From the Release list, select Red Hat Enterprise Linux (RHEL) 10.
      2. From the Select target environments option, select WSL - Windows Subsystem for Linux (.tar.gz).
      3. Click Next.
    2. On the Register page:
      1. Select Automatically register and enable advanced capabilities.
      2. From the drop-down menu, choose an activation key to use for the image. See Creating an activation key.
      3. Click Next.
    3. On the OpenSCAP page, as it is not supported for WSL images, click Next.
    4. On the File system configuration page, select Recommended: Use automatic partitioning and click Next.
    5. On the Repeatable build page, select Disable repeatable build and click Next.
    6. On the Custom repositories page, click Next.
    7. On the Additional packages page:
      1. In the Available packages search field, enter podman.
      2. Select the podman and podman-docker packages.
      3. In the Available packages search field, enter procps-ng.
      4. Select the procps-ng package.
      5. In the Available packages search field, enter openssh-server.
      6. Select the openssh-server package.
      7. In the Available packages search field, enter net-tools.
      8. Select the net-tools package.
      9. In the Available packages search field, enter iproute.
      10. Select the iproute package.
      11. In the Available packages search field, enter sudo.
      12. Select the sudo package.
      13. In the Available packages search field, enter iptables-nft.
      14. Select the iptables-nft package.
      15. Click Next.
    8. On the Users page, click Next.
    9. On the Timezone page, click Next.
    10. On the Locale page, click Next.
    11. On the Hostname page, click Next.
    12. On the Kernel page, click Next.
    13. On the Firewall page, click Next.
    14. On the First boot script configuration page, click Next.
    15. On the Details page:
      1. In the Blueprint name, enter rhel10-wsl.
      2. Click Next.
    16. On the Review page, click Create blueprint and build image (Figure 3).
    Figure 3: Image builder images list.
    Figure 3: Image builder images list.

    The image is being built. Once the build is finished, the download link will be available. Click the Download (.tar.gz) link and save the downloaded file to one of your local folders.

    Create the RHEL 10 WSL Podman machine

    Launch Podman Desktop and go to the Settings → Resources page, as shown in Figure 4.

    Figure 4: Podman Desktop resources page.
    Figure 4: Podman Desktop resources page.

    On the Podman provider, click Create new ...

    On the Create Podman machine page, click the Browse button for the Image Path field and select the file downloaded from image builder. See Figure 5.

    Figure 5: The new Podman machine page in Podman Desktop.
    Figure 5: The new Podman machine page in Podman Desktop.

    Click the Create button. The machine will be created and started. After a short time, the operation status should be reported, as depicted in Figure 6.

    Figure 6: Podman Machine new machine created page.
    Figure 6: Podman Machine new machine created page.

    Let's play with the RHEL 10 WSL Podman machine

    Go to the Images page and pull the httpd image (Figure 7).

    Figure 7: Podman Desktop pull image page.
    Figure 7: Podman Desktop pull image page.

    Click Done (Figure 8).

    Figure 8: Podman Desktop images list page.
    Figure 8: Podman Desktop images list page.

    Start the image by clicking on the Run image icon (Figure 9).

    Figure 9: Podman Desktop create container options page.
    Figure 9: Podman Desktop create container options page.

    Once the container is started, you can access the Apache server on http://localhost:9000.

    Try Insights image builder and RHEL 10 on WSL today

    Visit Insights image builder to build your customized image of RHEL 10, then deploy your image locally on Microsoft WSL. Check out the overview and the latest blog posts at redhat.com/image-builder.

    You can also explore related learning paths:

    • Build and run a bootable container image with image mode for RHEL and Podman Desktop
    • Container development using Podman, Podman Desktop, and Kubernetes
    • Harden new builds with Insights image builder and compliance

    Related Posts

    • Red Hat Enterprise Linux now available for Windows Subsystem for Linux

    • Getting started with RHEL on WSL

    • Rootless containers with Podman: The basics

    • Podman and Buildah for Docker users

    • Containerize .NET for Red Hat OpenShift: Windows containers and .NET Framework

    • Create a Windows golden image for OpenShift Virtualization

    Recent Posts

    • Trusted software factory: Building trust in the agentic AI era

    • Build a zero trust AI pipeline with OpenShift and RHEL CVMs

    • Red Hat Hardened Images: Top 5 benefits for software developers

    • How EvalHub manages two-layer Kubernetes control planes

    • Tekton joins the CNCF as an incubating project

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.