Skip to content

Commit aad2ae5

Browse files
committed
docs: network ls add heading and anchor for "--no-trunc"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 8a1b096 commit aad2ae5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/reference/commandline/network_ls.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ List networks
1313
|:---------------------------------------|:---------|:--------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
1414
| [`-f`](#filter), [`--filter`](#filter) | `filter` | | Provide filter values (e.g. `driver=bridge`) |
1515
| [`--format`](#format) | `string` | | Format output using a custom template:<br>'table': Print output in table format with column headers (default)<br>'table TEMPLATE': Print output in table format using the given Go template<br>'json': Print in JSON format<br>'TEMPLATE': Print output using the given Go template.<br>Refer to https://docs.docker.com/go/formatting/ for more information about formatting output with templates |
16-
| `--no-trunc` | `bool` | | Do not truncate the output |
16+
| [`--no-trunc`](#no-trunc) | `bool` | | Do not truncate the output |
1717
| `-q`, `--quiet` | `bool` | | Only display network IDs |
1818

1919

@@ -37,6 +37,8 @@ cf03ee007fb4 host host local
3737
78b03ee04fc4 multi-host overlay swarm
3838
```
3939

40+
### <a name="no-trunc"></a> List networks without truncating the ID column (--no-trun)
41+
4042
Use the `--no-trunc` option to display the full network id:
4143

4244
```console

0 commit comments

Comments
 (0)