Not running Docker desktop on my mac

It’s not working, I cannot run docker desktop after updated mac to ventura 13.3.1.
I executed command as bellow:

$ pwd
/Applications/Docker.app/Contents/MacOS/Docker Desktop.app/Contents/MacOS
$ ./Docker\ Desktop 
[bugsnag] Loaded!
(node:47991) UnhandledPromiseRejectionWarning: Error: connect ENOENT backend.sock
    at handleAxiosError (/Applications/Docker.app/Contents/MacOS/Docker Desktop.app/Contents/Resources/app.asar/src_transpiled/api-client/axios-error.js:49:25)
    at /Applications/Docker.app/Contents/MacOS/Docker Desktop.app/Contents/Resources/app.asar/src_transpiled/api-client/socket-client.js:54:44
    at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async startBackgroundIndex (/Applications/Docker.app/Contents/MacOS/Docker Desktop.app/Contents/Resources/app.asar/src_transpiled/image-indexing/registerImageScanHandler.js:67:22)
(Use `Docker Desktop --trace-warnings ...` to show where the warning was created)
(node:47991) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)

What can I do to work it? Please help me.