Need help with "docker: Error response from daemon: failed to start shim: start failed: unexpected fault address 0x46f320 fatal error: fault"

I am new on docker. I installed docker on my computer successfully and when running the docker container command it is giving me the error. I do not understand the issue and am not sure how to resolve it.

C:\Users\pc>docker run -d -p 80:80 docker/getting-started
Unable to find image 'docker/getting-started:latest' locally
latest: Pulling from docker/getting-started
c158987b0551: Pull complete
1e35f6679fab: Pull complete
cb9626c74200: Pull complete
b6334b6ace34: Pull complete
f1d1c9928c82: Pull complete
9b6f639ec6ea: Pull complete
ee68d3549ec8: Pull complete
33e0cbbb4673: Pull complete
4f7e34c2de10: Pull complete
Digest: sha256:d79336f4812b6547a53e735480dde67f8f8f7071b414fbd9297609ffb989abc1
Status: Downloaded newer image for docker/getting-started:latest
fcb6cf76f6d86c080f145207530e277056067302a5444e614365232d4d5d0c7f
docker: Error response from daemon: failed to start shim: start failed: unexpected fault address 0x46f320
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x2 addr=0x46f320 pc=0x46f320]

goroutine 1 [running, locked to thread]:
runtime.throw(0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0, 0x0, 0x0, 0x0, 0x0? 0x0?, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0?, 0x0?, 0x0?, 0x0?, 0x0, 0x0?, 0x0?, 0x0, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, fatal error: index out of range
panic during panic

runtime stack:
runtime.throw(0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?,0x0?,0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0?, 0x0?, 0x0?, 0x0?, 0x0, 0x0?, 0x0?, 0x0, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, 0x0?, fatal error: index out of range
stack trace unavailable
: exit status 4: unknown.