Installed Docker Desktop for win using winget, nothing working

I’ve never used docker, i do have linux and vmplayer experience. I’m trying to get some wyzecam software working and it uses docker.

I have hyper-v and WSL enabled (win11 pro)

I installed using winget with this command
winget upgrade --id Docker.DockerDesktop

I than ran command the git recommended (mrlt8/docker-wyze-bridge)
docker run -p 8554:8554 -p 8888:8888 -p 5000:5000 mrlt8/wyze-bridge

Which said docker is not recognized. I made sure docker files were there, and ran this
& "C:\Program Files\Docker\Docker\resources\com.docker.diagnose.exe" check
Starting diagnostics

Which spit out

[2024-04-26T14:46:06.504437500Z][com.docker.diagnose.exe.ipc][I] 1d21bea0-diagnose -> \\.\pipe\dockerBackendApiServer BackendAPI
[2024-04-26T14:46:06.507437100Z][com.docker.diagnose.exe.ipc][I] (7041fe55) 1d21bea0-diagnose C->S BackendAPI POST /idle/make-busy
[2024-04-26T14:46:06.507937000Z][com.docker.diagnose.exe.ipc][W] (7041fe55) 1d21bea0-diagnose C<-S NoResponse POST /idle/make-busy (499.9µs): Post "http://ipc/idle/make-busy": open \\.\pipe\dockerBackendApiServer: The system cannot find the file specified.
[2024-04-26T14:46:07.518981700Z][com.docker.diagnose.exe.ipc][I] (9ab5a84f) 1d21bea0-diagnose C->S BackendAPI GET /idle
[2024-04-26T14:46:07.518981700Z][com.docker.diagnose.exe.ipc][W] (9ab5a84f) 1d21bea0-diagnose C<-S NoResponse GET /idle (0s): Get "http://ipc/idle": open \\.\pipe\dockerBackendApiServer: The system cannot find the file specified.
[PASS] DD0027: is there available disk space on the host?
[SKIP] DD0028: is there available VM disk space?
[FAIL] DD0002: does the bootloader have virtualization enabled? open C:\Users\wayne\AppData\Roaming\Docker\settings.json: The system cannot find the file specified.
[FAIL] DD0018: does the host support virtualization? prereq failed: does the bootloader have virtualization enabled?
[FAIL] DD0001: is the application running? prereq failed: does the host support virtualization?
[FAIL] DD0017: can a VM be started? prereq failed: does the host support virtualization?
[FAIL] DD0016: is the LinuxKit VM running? prereq failed: is the application running?
[FAIL] DD0004: is the Docker engine running? prereq failed: is the LinuxKit VM running?
[PASS] DD0015: are the binary symlinks installed?
[FAIL] DD0031: does the Docker API work? prereq failed: is the Docker engine running?
[FAIL] DD0013: is the $PATH ok? unable to find docker executable on PATH
[FAIL] DD0003: is the Docker CLI working? prereq failed: is the Docker engine running?
[FAIL] DD0005: is the user in the docker-users group? prereq failed: is the LinuxKit VM running?
[FAIL] DD0038: is the connection to Docker working? prereq failed: is the Docker engine running?
[FAIL] DD0014: are the backend processes running? prereq failed: is the LinuxKit VM running?
[FAIL] DD0007: is the backend responding? prereq failed: are the backend processes running?
[FAIL] DD0009: is the vpnkit API responding? prereq failed: are the backend processes running?
[FAIL] DD0010: is the Docker API proxy responding? prereq failed: are the backend processes running?
[FAIL] DD0006: is the Docker Desktop Service responding? open C:\Users\wayne\AppData\Roaming\Docker\settings.json: The system cannot find the file specified.
[FAIL] DD0030: is the image access management authorized? prereq failed: is the Docker engine running?
[PASS] DD0033: does the host have Internet access?
[WARN] DD0002: does the bootloader have virtualization enabled? open C:\Users\wayne\AppData\Roaming\Docker\settings.json: The system cannot find the file specified.
[WARN] DD0018: does the host support virtualization? prereq failed: does the bootloader have virtualization enabled?
[WARN] DD0001: is the application running? prereq failed: does the host support virtualization?
[WARN] DD0017: can a VM be started? prereq failed: does the host support virtualization?
[WARN] DD0016: is the LinuxKit VM running? prereq failed: is the application running?
[WARN] DD0004: is the Docker engine running? prereq failed: is the LinuxKit VM running?
[PASS] DD0015: are the binary symlinks installed?
[WARN] DD0031: does the Docker API work? prereq failed: is the Docker engine running?
[WARN] DD0032: do Docker networks overlap with host IPs? prereq failed: does the Docker API work?

Where did you run it?

I have never installed Docker Desktop using WinGet, but the official instructions are here:

If you don’t use the officially recommended way, the result can be different.

Have you started Docker Desktop from the menu?

I will try the official guide.

I started it from menu and received an error. “connect ENOENT \.\pipe\errorReporter” and another error when I hit Quit. “Error: Unable to handle action: connect ENOENT \.\pipe\errorReporter”

My computer restarted for whatever reason and that seems to have gotten everything working.