1podman-network-update(1)    General Commands Manual   podman-network-update(1)
2
3
4

NAME

6       podman-network-update - Update an existing Podman network
7
8

SYNOPSIS

10       podman network update  [options] network
11
12

DESCRIPTION

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

OPTIONS

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

EXAMPLE

33       Update a network
34
35
36              $ podman network update network1 --dns-add 8.8.8.8,1.1.1.1
37
38
39
40       Update a network and add/remove dns servers
41
42
43              $ podman network update network1 --dns-drop 8.8.8.8 --dns-add 3.3.3.3
44
45
46

SEE ALSO

48       podman(1),  podman-network(1),  podman-network-inspect(1),  podman-net‐
49       work-ls(1)
50
51
52
53                                                      podman-network-update(1)
Impressum