With virtualbox
Docker and virtualbox are not working together.
Docker uses Hyper-V which breaks Virtualbox.
To disable Hyper-V execute in an admin shell:
bcdedit /set hypervisorlaunchtype off
and reboot.
To enable it again:
bcdedit /set hypervisorlaunchtype auto
and reboot.
Related Posts
Dec 18 | Backup using rsync | 1 min read |
Feb 22 | Add Script to Taskbar | 1 min read |
Feb 22 | Run Script As Admin | 1 min read |
Nov 27 | Git on Windows | 2 min read |
Aug 06 | Kill remotely a task | 1 min read |