mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
<!--Delete sections as needed --> ## Description Updates Docker Desktop CLI reference. Ideally we vendor in the docs instead of manually adjusting. But need to complete setup on this (David started this before he left). This is a short term solution to get the docs in ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review --------- Co-authored-by: Dorin-Andrei Geman <doringeman@gmail.com>
34 lines
958 B
YAML
34 lines
958 B
YAML
command: docker desktop restart
|
|
short: Restart Docker Desktop
|
|
usage: docker desktop restart
|
|
pname: docker desktop
|
|
plink: docker_desktop.yaml
|
|
options:
|
|
- option: detach
|
|
shorthand: d
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Do not synchronously wait for the requested operation to complete.
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
- option: timeout
|
|
value_type: seconds
|
|
default_value: "0"
|
|
description: |
|
|
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.
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false |