1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #27526 from AkihiroSuda/update-network-inspect-doc

[doc] update docs/reference/commandline/network_inspect.md
This commit is contained in:
Sebastiaan van Stijn 2016-10-24 21:21:54 -07:00 committed by GitHub
commit 28ef366cea

View file

@ -39,6 +39,9 @@ The `network inspect` command shows the containers, by id, in its
results. For networks backed by multi-host network driver, such as Overlay,
this command also shows the container endpoints in other hosts in the
cluster. These endpoints are represented as "ep-{endpoint-id}" in the output.
However, for swarm-scoped networks, only the endpoints that are local to the
node are shown.
You can specify an alternate format to execute a given
template for each result. Go's
[text/template](http://golang.org/pkg/text/template/) package describes all the