1podman-network-ls(1)() podman-network-ls(1)()
2
3
4
6 podman-network-ls - Display a summary of CNI networks
7
8
10 podman network ls [options]
11
12
14 Displays a list of existing podman networks. This command is not avail‐
15 able for rootless users.
16
17
19 --quiet, -q
20
21
22 The quiet option will restrict the output to only the network names
23
24
26 Display networks
27
28
29 # podman network ls
30 NAME VERSION PLUGINS
31 podman 0.3.0 bridge,portmap
32 podman2 0.3.0 bridge,portmap
33 outside 0.3.0 bridge
34 podman9 0.3.0 bridge,portmap
35
36
37
38 Display only network names
39
40
41 # podman network ls -q
42 podman
43 podman2
44 outside
45 podman9
46
47
48
50 podman(1), podman-network(1), podman-network-inspect(1)
51
52
54 August 2019, Originally compiled by Brent Baude bbaude@redhat.com
55 ⟨mailto:bbaude@redhat.com⟩
56
57
58
59 podman-network-ls(1)()