Docker for Windows / CreateContainer error

Total Docker newbie here – trying to run simple command from Windows (10) Powershell:

docker run hello-world

Results in:

“Error response from daemon: container [container name] encountered an error during CreateContainer: lost communication with compute service”

…followed by all the “extra info”

What am I doing wrong? Is there some type of security setting that is preventing Docker from running properly? Note: this is a corporate-issued machine which I have local admin rights access to.

I’ve attached what I see in the Settings dialog; seems I’m definitely missing lots of options as shown here: https://docs.docker.com/docker-for-windows/#docker-settings-dialog – “Shared Drives”, “Advanced”, “Network”, “Kubernetes”, “Diagnose & Feedback”

Details for docker version:

Client:
Version: 18.06.1-ce
API version: 1.38
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:21:34 2018
OS/Arch: windows/amd64
Experimental: false

Server:
Engine:
Version: 18.06.1-ce
API version: 1.38 (minimum version 1.24)
Go version: go1.10.3
Git commit: e68fc7a
Built: Tue Aug 21 17:36:40 2018
OS/Arch: windows/amd64
Experimental: false

Any & all help is greatly appreciated. Thank you!

Note: some have suggested that I’m only seeing 4 options b/c I’m using Windows containers. But switching to Linux results in the following error dialog:

"Unable to start: The running command stopped because the preference variable “ErrorActionPreference” or common parameter is set to Stop: ‘MobyLinuxVM’ failed to start. (Virtual machine ID 8FE43120-6BDE-45A8-805C-66CE8C7D5A18)

‘MobyLinuxVM’ failed to start worker process: %%3228369022 (0xC06D007E). (Virtual machine ID 8FE43120-6BDE-45A8-805C-66CE8C7D5A18) at Start-MobyLinuxVM, : line 300 at , : line 395 at Docker.Core.Pipe.NamedPipeClient.Send(String action, Object parameters) in C:\gopath\src\github.com\docker\pinata\win\src\Docker.Core\pipe\NamedPipeClient.cs:line 36 at Docker.Actions…"