Docker container "stop,restart" hangs docker engine

Hi, Docker community.

I’m having trouble. while trying to stop or restart a container, the command is not performed and hang up.

After a period of time the event viewer shows this message:
“Container ad86f938ea54c6fa9d30002d21abdea03527bafe3a96253dc28e7719fff1d2dc failed to exit within 30 seconds of signal 15 - using the force”

And the container hangs up. To solve it I have to restart docker service.

This is a new install on a nested virtualization of Windows Server 2019 Standard on vmware 6.7. We only have one container.

I have downgraded vmware tools and upgraded to the latest June release with no effect at all.

I did isntall the container with process isolation and hyperv isolation with the same results.

I have tried to find the answer but did not find anything useful. The only way to get Docker commands to work again is to restart docker service.

Machine :
Windows Server 2019 Standard
Version 1809
OS Build 17763.1282

Docker version
Client: Docker Engine - Enterprise
Version: 19.03.5
API version: 1.40
Go version: go1.12.12
Git commit: 2ee0c57608
Built: 11/13/2019 08:00:16
OS/Arch: windows/amd64
Experimental: false

Server: Docker Engine - Enterprise
Engine:
Version: 19.03.5
API version: 1.40 (minimum version 1.24)
Go version: go1.12.12
Git commit: 2ee0c57608
Built: 11/13/2019 07:58:51
OS/Arch: windows/amd64
Experimental: true

Docker info
Client:
Debug Mode: false
Plugins:
cluster: Manage Docker clusters (Docker Inc., v1.2.0)

Server:
Containers: 1
Running: 1
Paused: 0
Stopped: 0
Images: 3
Server Version: 19.03.5
Storage Driver: windowsfilter (windows) lcow (linux)
Windows:
LCOW:
Logging Driver: json-file
Plugins:
Volume: local
Network: ics internal l2bridge l2tunnel nat null overlay private transparent
Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog
Swarm: inactive
Default Isolation: process
Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434)
Operating System: Windows Server 2019 Standard Version 1809 (OS Build 17763.1282)
OSType: windows
Architecture: x86_64
CPUs: 4
Total Memory: 8GiB
Name: DOCKERSERVER
ID: 6SCE:C7YS:6V3U:DRUS:VNHE:EX7T:CCLK:EGA6:PG7D:DRYQ:BNRU:N2RN
Docker Root Dir: C:\ProgramData\docker
Debug Mode: false
Registry: https://index.docker.io/v1/
Labels:
Experimental: true
Insecure Registries:
127.0.0.0/8
Live Restore Enabled: false

If other relevant info to troubleshoot is needed, just ask.

Thanks in advance