mirror of https://github.com/docker/docs.git
Fix --filter option for docker stack ps (#3723)
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
This commit is contained in:
parent
628a94e9a5
commit
ec13b0a2e6
|
@ -2,7 +2,7 @@
|
|||
|
||||
The files in this directory are stub files which include the file
|
||||
`/_includes/cli.md`, which parses YAML files generated from the
|
||||
[`docker/docker`](https://github.com/moby/moby) repository. The YAML files
|
||||
[`moby/moby`](https://github.com/moby/moby) repository. The YAML files
|
||||
are parsed into output files like
|
||||
[https://docs.docker.com/engine/reference/commandline/build/](https://docs.docker.com/engine/reference/commandline/build/).
|
||||
|
||||
|
@ -22,7 +22,7 @@ The output files are composed from two sources:
|
|||
|
||||
The process for generating the YAML files is still in flux. Check with
|
||||
@thajestah or @frenchben. Be sure to generate the YAML files with the correct
|
||||
branch of `docker/docker` checked out (probably not `master`).
|
||||
branch of `moby/moby` checked out (probably not `master`).
|
||||
|
||||
After generating the YAML files, replace the YAML files in
|
||||
[https://github.com/docker/docker.github.io/tree/master/_data/engine-cli](https://github.com/docker/docker.github.io/tree/master/_data/engine-cli)
|
||||
|
|
Loading…
Reference in New Issue