mirror of https://github.com/docker/cli.git
Fix missing missing backtick
Signed-off-by: Jonathan Lee <jonjohn1232009@gmail.com>
This commit is contained in:
parent
f47d9803fd
commit
9e4ad4889e
|
@ -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