mirror of
https://github.com/docker/cli.git
synced 2025-08-08 12:02:07 +03:00
Remove shorthand flags for "mount", "pretty", and "no-resolve"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
committed by
Tibor Vass
parent
e3f04f5d20
commit
c33bc7d99e
@@ -19,7 +19,7 @@ Display detailed information on one or more nodes
|
||||
Options:
|
||||
-f, --format string Format the output using the given go template
|
||||
--help Print usage
|
||||
-p, --pretty Print the information in a human friendly format.
|
||||
--pretty Print the information in a human friendly format.
|
||||
```
|
||||
|
||||
Returns information about a node. By default, this command renders all results
|
||||
|
@@ -20,7 +20,7 @@ Options:
|
||||
-a, --all Display all instances
|
||||
-f, --filter value Filter output based on conditions provided
|
||||
--help Print usage
|
||||
-n, --no-resolve Do not map IDs to Names
|
||||
--no-resolve Do not map IDs to Names
|
||||
```
|
||||
|
||||
Lists all the tasks on a Node that Docker knows about. You can filter using the `-f` or `--filter` flag. Refer to the [filtering](#filtering) section for more information about available filter options.
|
||||
|
@@ -25,7 +25,7 @@ Options:
|
||||
--limit-cpu value Limit CPUs (default 0.000)
|
||||
--limit-memory value Limit Memory (default 0 B)
|
||||
--mode string Service mode (replicated or global) (default "replicated")
|
||||
-m, --mount value Attach a mount to the service
|
||||
--mount value Attach a mount to the service
|
||||
--name string Service name
|
||||
--network value Network attachments (default [])
|
||||
-p, --publish value Publish a port as a node port (default [])
|
||||
|
@@ -19,7 +19,7 @@ Display detailed information on one or more services
|
||||
Options:
|
||||
-f, --format string Format the output using the given go template
|
||||
--help Print usage
|
||||
-p, --pretty Print the information in a human friendly format.
|
||||
--pretty Print the information in a human friendly format.
|
||||
```
|
||||
|
||||
|
||||
|
@@ -20,7 +20,7 @@ Options:
|
||||
-a, --all Display all tasks
|
||||
-f, --filter value Filter output based on conditions provided
|
||||
--help Print usage
|
||||
-n, --no-resolve Do not map IDs to Names
|
||||
--no-resolve Do not map IDs to Names
|
||||
```
|
||||
|
||||
Lists the tasks that are running as part of the specified service. This command
|
||||
|
@@ -26,7 +26,7 @@ Options:
|
||||
-l, --label value Service labels (default [])
|
||||
--limit-cpu value Limit CPUs (default 0.000)
|
||||
--limit-memory value Limit Memory (default 0 B)
|
||||
-m, --mount value Attach a mount to the service
|
||||
--mount value Attach a mount to the service
|
||||
--name string Service name
|
||||
--network value Network attachments (default [])
|
||||
-p, --publish value Publish a port as a node port (default [])
|
||||
|
Reference in New Issue
Block a user