mirror of https://github.com/docker/cli.git
Merge pull request #405 from beenanner/patch-1
Fix missing missing backtick in documentation for node ls
This commit is contained in:
commit
b0cc841631
|
@ -158,7 +158,7 @@ The following example uses a template without headers and outputs the
|
||||||
$ docker node ls --format "{{.ID}}: {{.Hostname}} {{.TLSStatus}}"
|
$ docker node ls --format "{{.ID}}: {{.Hostname}} {{.TLSStatus}}"
|
||||||
e216jshn25ckzbvmwlnh5jr3g: swarm-manager1 Ready
|
e216jshn25ckzbvmwlnh5jr3g: swarm-manager1 Ready
|
||||||
35o6tiywb700jesrt3dmllaza: swarm-worker1 Needs Rotation
|
35o6tiywb700jesrt3dmllaza: swarm-worker1 Needs Rotation
|
||||||
``
|
```
|
||||||
|
|
||||||
|
|
||||||
## Related commands
|
## Related commands
|
||||||
|
|
Loading…
Reference in New Issue