Skip to main content
Code and think

Docker troubleshooting Windows Server error

If you get error like:

docker: Error response from daemon: hcsshim::CreateComputeSystem 0e3c581b7316f66fd396f6007f3260ded7d934c5e6d53c9fedba279b9c0044c2: The virtual machine could not be started because a required feature is not installed.

the solution could be to execute:

Enable-WindowsOptionalFeature -Online -FeatureName containers –All Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V –All