mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fix man and commandline docs
- missing help option in `docs/reference/commandline/*.md` (some files have it, the other I fixed didn't) - missing `[OPTIONS]` in Usage description - missing options - formatting - start/stop idempotence Signed-off-by: Antonio Murdaca <amurdaca@redhat.com>
This commit is contained in:
parent
2fcacf8ea3
commit
14e8898648
53 changed files with 154 additions and 117 deletions
|
|
@ -18,13 +18,14 @@ weight=1
|
|||
-a, --all=false Show all containers (default shows just running)
|
||||
--before="" Show only container created before Id or Name
|
||||
-f, --filter=[] Filter output based on conditions provided
|
||||
--format=[] Pretty-print containers using a Go template
|
||||
--help=false Print usage
|
||||
-l, --latest=false Show the latest created container, include non-running
|
||||
-n=-1 Show n last created containers, include non-running
|
||||
--no-trunc=false Don't truncate output
|
||||
-q, --quiet=false Only display numeric IDs
|
||||
-s, --size=false Display total file sizes
|
||||
--since="" Show created since Id or Name, include non-running
|
||||
--format=[] Pretty-print containers using a Go template
|
||||
|
||||
Running `docker ps --no-trunc` showing 2 linked containers.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue