for - instalar docker en windows 7
Problemas de instalaciĆ³n de Docker en Windows 10 Home Edition (3)
Docker Toolbox (enlace antiguo): https://www.docker.com/products/docker-toolbox
Ahora puede usar Docker Toolbox desde aquí: https://docs.docker.com/toolbox/overview/
Siga estos pasos para instalar Docker Toolbox: https://docs.docker.com/toolbox/toolbox_install_windows/#step-3-verify-your-installation
o:
https://docs.bitnami.com/containers/how-to/install-docker-in-windows/
Tutorial para virtualización: https://www.tutorialspoint.com/windows10/windows10_virtualization.htm
La virtualización debe estar habilitada.
https://docs.docker.com/docker-for-windows/install/
He habilitado la virtualización en mi configuración de BIOS. Luego, en Windows> Administrador de tareas> Rendimiento, se muestra "Virtualización: habilitada"
1. Enable from BIOS
2. CPU virtualization is allowed only for 1 tool on Windows 10 Home. So, remove any other virtualization tool.
So, uncheck even Windows Hypervisor Platform in ''Turn Windows features on and off''
3. Disable Credential Guard as per https://docs.microsoft.com/en-us/windows/security/identity-protection/credential-guard/credential-guard-manage
This doesn''t happens when the credential helper is run in ''Administrative mode'', reason being that running scripts is disabled, we need to enable it
So, as per https://winaero.com/blog/change-powershell-execution-policy-windows-10/
Open ''Command Prompt'' in ''Administrator'' mode and type -
cd C:/Windows/System32/WindowsPowerShell/v1.0/
C:/Windows/System32/WindowsPowerShell/v1.0>Powershell.exe -ExecutionPolicy Unrestricted -File E:/software/dgreadiness_v3.6/DG_Readiness_Tool_v3.6.ps1 -Disable -AutoReboot
After this, the system reboots and credential guard is disabled