1podman-network-update(1) General Commands Manual podman-network-update(1)
2
3
4
6 podman-network-update - Update an existing Podman network
7
8
10 podman network update [options] network
11
12
14 Allow changes to existing container networks. At present, only changes
15 to the DNS servers in use by a network is supported.
16
17
18 NOTE: Only supported with the netavark network backend.
19
20
22 --dns-add
23 Accepts array of DNS resolvers and add it to the existing list of re‐
24 solvers configured for a network.
25
26
27 --dns-drop
28 Accepts array of DNS resolvers and removes them from the existing list
29 of resolvers configured for a network.
30
31
33 Update a network
34
35 $ podman network update network1 --dns-add 8.8.8.8,1.1.1.1
36
37
38
39 Update a network and add/remove dns servers
40
41 $ podman network update network1 --dns-drop 8.8.8.8 --dns-add 3.3.3.3
42
43
44
46 podman(1), podman-network(1), podman-network-inspect(1), podman-net‐
47 work-ls(1)
48
49
50
51 podman-network-update(1)