Last active
August 1, 2023 10:10
-
-
Save nicolaskopp/9b72b2649b47996ff36eeba5c2247c15 to your computer and use it in GitHub Desktop.
Revisions
-
nicolaskopp revised this gist
Aug 1, 2023 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # 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. -
nicolaskopp revised this gist
Jun 1, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ 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. -
nicolaskopp revised this gist
Jun 1, 2021 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ 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. -
nicolaskopp revised this gist
Jun 1, 2021 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1 +1,6 @@ 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. -
nicolaskopp created this gist
Jun 1, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ If you are running docker in Bootcamp on an Intel-Based Macbook, what this error is trying to tell you is thaat Virtualization features are not enabled. To enable Virtualization again, boot into Mac OS and from there reboot into windows (without turning the Machine off!). Virtualization features are automatically enabled when Mac OS starts up, persisted in System Memory and will transfer to Windows on reboot.