docker desktop start
| Description | Start Docker Desktop |
|---|---|
| Usage | docker desktop start [OPTIONS] |
Note
docker desktop startdoesn't work when executed via SSH on Windows due to a limitation in how WinCred stores credentials securely.
Options
| Option | Default | Description |
|---|---|---|
-d, --detach | Do not synchronously wait for the requested operation to complete. | |
--timeout | Terminate the running command after the specified timeout with a non-zero exit code. A value of zero (the default) or -1 means no timeout. |