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 run Red Hat CodeReady Containers on Windows 10 Enterprise

September 9, 2020
Don Schenck
Related topics:
Developer toolsGoKubernetes
Related products:
Developer Toolset

    Red Hat CodeReady Containers allows you to spin up a small Red Hat OpenShift cluster on your local PC, without the need for a server, a cloud, or a team of operations people. For developers who want to get started immediately with cloud-native development, containers, and Kubernetes (as well as OpenShift), it's a simple and slick tool. It runs on macOS, Linux, and all versions of Windows 10.

    Except for Windows 10 Enterprise.

    Which I painfully learned.

    Because I lazily didn't pay attention to the documentation.

    OK, so I'm the only developer who glosses over documentation. Fortunately for you, I struggled and managed to get CRC running on my Windows 10 Enterprise notebook computer, and this article explains what is involved to get it working. So, in a sense, you're welcome that I'm lazy.

    It's right there in front of you

    Turns out, the CRC installation web page explicitly tells us which versions of Windows 10 are supported, and Windows 10 Enterprise (and Windows Server) is not explicitly mentioned as one of them (see Figure 1).

    screenshot of the supported Windows versions
    Figure 1: Do you see Windows 10 Enterprise or Server? I can't either.

    My thinking was that, if it supports Home and Pro, then obviously a much more "enterprisey" version like Windows 10 Enterprise would be supported. I mean, it must have all the bits of the lesser versions, plus a whole lot more, right?

    Turns out, that's the underlying issue.

    Some history

    Windows 98 introduced Internet Connection Sharing (ICS) to Windows, making it easier for network users—for example—to use a shared dial-up modem (remember those?) That technology was replaced, and the replacement is what runs as a service in Windows 10—except for the enterprise version.

    The enterprise version also uses a completely-rewritten network connection stack, one that was built for servers (as opposed to workstations), but with one exception: Within the Hyper-V manager in Windows 10 Enterprise, as of this writing, the Default Switch still uses the old ICS technology.

    CodeReady Container behavior

    CRC looks for and uses the Default Switch on your PC's Windows 10 machine, which means it works fine with Windows 10 Home and Professional. But when CRC attempts to use the Default Switch in Windows 10 Enterprise, it's using older (ICS) technology that isn't compatible.

    So what do you do?

    Use the source, Luke

    Or Sarah, or whatever your name is. Here's the point: Because CRC is open source, you can examine the source code and see how the program uses the switch for DNS lookup. Lo and behold, right there in the Go source code, we can see that an alternative is supported as shown in Figure 2.

    screenshot of the Go code showing an alternate method

    Figure 2: The solution was right there.">

    That's right. If we create a switch named crc, it will be used instead of Default Switch.

    Hyper-excited about this

    From here it's simple. We open the Hyper-V manager and create a new External switch named crc, as shown in Figure 3.

    screenshot of the virutal switch manager dialog
    Figure 3: Creating the External switch.

    Fire it up

    The only remaining step is to start CRC, as shown in Figure 4:

    $ crc start -p ~/Downloads/pull-secret.txt
    animation of the start process
    Figure 4: Look at that, it works!

    Once you have CRC up and running, get things really working by visiting the Red Hat Marketplace and grab some awesome software to run. Most of them offer free trials; here's your chance to install, say, an eventing engine in OpenShift, and see how easy it is to use.

    So there you have it. One small change and your Windows 10 Enterprise PC can run CodeReady Containers. While this setup is not officially supported, I've had no issues with it. Let me know if it's the same for you in the comments.

    From here, you might want to check out:

    • Install Red Hat OpenShift Operators on your laptop using Red Hat CodeReady Containers and Red Hat Marketplace
    • How to install the CouchbaseDB Operator for Red Hat OpenShift on your laptop using Red Hat CodeReady Containers and Red Hat Marketplace
    Last updated: April 7, 2022

    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.