You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow creation of a rootless netns backed by Pasta
This makes the code for setting up rootless network namespaces
dependent on what the default rootless network provider is, and
allows Pasta to be used for traffic forwarding on the rootless
netns.
This also switches the default rootless network provider to Pasta
Signed-off-by: Matt Heon <mheon@redhat.com>
Copy file name to clipboardExpand all lines: docs/containers.conf.5.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -442,10 +442,10 @@ default_subnet_pools = [
442
442
]
443
443
```
444
444
445
-
**default_rootless_network_cmd**="slirp4netns"
445
+
**default_rootless_network_cmd**="pasta"
446
446
447
447
Configure which rootless network program to use by default. Valid options are
448
-
`slirp4netns`(default) and `pasta`.
448
+
`slirp4netns` and `pasta` (default).
449
449
450
450
**network_config_dir**="/etc/cni/net.d/"
451
451
@@ -770,7 +770,7 @@ Number of times to retry pulling/pushing images in case of failure.
770
770
771
771
**retry_delay** = ""
772
772
773
-
Delay between retries in case pulling/pushing image fails. If set, container engines will retry at the set interval, otherwise they delay 2 seconds and then exponentially back off.
773
+
Delay between retries in case pulling/pushing image fails. If set, container engines will retry at the set interval, otherwise they delay 2 seconds and then exponentially back off.
0 commit comments