Skip to content

Instantly share code, notes, and snippets.

@nicolaskopp
Last active August 1, 2023 10:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolaskopp/9b72b2649b47996ff36eeba5c2247c15 to your computer and use it in GitHub Desktop.
Save nicolaskopp/9b72b2649b47996ff36eeba5c2247c15 to your computer and use it in GitHub Desktop.
Docker: "Cannot start service monitor: hcsshim" solution

Docker: "Cannot start service monitor: hcsshim" solution

If you are running docker in Bootcamp on an Intel-based Macbook, what this error is trying to tell you is that Virtualization features are not enabled. To enable Virtualization features inside Windows 10 in Bootcamp:

  1. Boot into Mac OS. Virtualization is automatically enabled if you boot up Mac OS.
  2. From there reboot into Windows without turning the Machine off.

Virtualization features will now also be available in Windows 10 and docker should work again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment