Mayıs 11, 2022

Docker çalıştırma - Hyper-v problemi / sorunu

"Cannot enable Hyper-V service"
"We couldn't complete the features undoing changes"
"Hyper-V hizmeti etkinleştirilemiyor"

Docker'ı indirip kurulumu tamamladıktan sonra docker'ı çalıştırmasında Hyper-V ile ilgili problem yaşıyorsanız;
1-BİOS'tan sanallaştırmaya izin verin (check virtualization) 
2- Sistem gereksinimleri karşıladığınızdan emin olun: (Detaylı bilgi için tıklayın
- Windows 10 Enterprise, Pro, or Education
- 64-bit 
- Minimum of 4 GB memory.
- The Hyper-V  Windows 10 Home üzerinde kurulamaz, Windows 10 Pro'ya yükseltin. 

3- Hyper-V etkinleştirmek için aşağıdaki yöntemlerden birini uygulayın. 
a) PowerShell'de  "Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All" komutunu çalıştırın.

b) Windowsta ‘Apps and Features’a gidin, "Programs and Features" > 
"Turn Windows Features on or off" >Hyper-V kutucuğunu işaretleyip "ok" tuşuna basın ve dockerınız çalışşın :)
























İngilizce kaynak için tıklayınız.

Hiç yorum yok:

Yorum Gönder

System.Text.Json.JsonException hatası - cycle or if the object depth is larger than the maximum allowed depth of 32.

 Eğer .net'te aşağıdaki hatayı alıyorsanız; " A possible object cycle was detected which is not supported. This can either be due t...