mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Fix error string about containers feature
Signed-off-by: Darren Stahl <darst@microsoft.com> Upstream-commit: 31405b556f155d8f56902086c7c24efe25dd8de0 Component: engine
This commit is contained in:
@@ -235,7 +235,7 @@ func checkSystem() error {
|
||||
|
||||
vmcompute := windows.NewLazySystemDLL("vmcompute.dll")
|
||||
if vmcompute.Load() != nil {
|
||||
return fmt.Errorf("Failed to load vmcompute.dll. Ensure that the Containers role is installed.")
|
||||
return fmt.Errorf("failed to load vmcompute.dll, ensure that the Containers feature is installed")
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user