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
Copy file name to clipboardExpand all lines: common/docs/containers.conf.5.md
+4-25Lines changed: 4 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -298,9 +298,9 @@ Logging driver for the container. Currently available options are k8s-file, jour
298
298
299
299
**log_path**=""
300
300
301
-
Default path for container logs to be stored in. When empty, logs will be stored
301
+
Default path for container logs to be stored in. When empty, logs will be stored
302
302
in the container's default storage and removed when the container is removed.
303
-
A subdirectory named with the container ID will be created under the specified
303
+
A subdirectory named with the container ID will be created under the specified
304
304
path, and the log file will have the default name `ctr.log` within that directory.
305
305
This option can be overridden by the `--log-opt` flag.
306
306
@@ -495,8 +495,8 @@ default_subnet_pools = [
495
495
496
496
**default_rootless_network_cmd**="pasta"
497
497
498
-
Configure which rootless network program to use by default. Valid options are
499
-
`slirp4netns` and `pasta` (default).
498
+
Configure which rootless network program to use by default. Valid option is
499
+
`pasta` (default).
500
500
501
501
**network_config_dir**="/etc/cni/net.d/"
502
502
@@ -675,7 +675,6 @@ The following binaries are searched in these directories:
675
675
- catatonit
676
676
- netavark
677
677
- pasta
678
-
- slirp4netns
679
678
680
679
Podman machine uses it for these binaries:
681
680
- gvproxy
@@ -778,26 +777,6 @@ and pods are visible.
778
777
779
778
**network_cmd_path**=""
780
779
781
-
Path to the slirp4netns binary.
782
-
783
-
**network_cmd_options**=[]
784
-
785
-
Default options to pass to the slirp4netns binary.
786
-
787
-
Valid options values are:
788
-
789
-
-**allow_host_loopback=true|false**: Allow the slirp4netns to reach the host loopback IP (`10.0.2.2`). Default is false.
790
-
-**mtu=MTU**: Specify the MTU to use for this network. (Default is `65520`).
791
-
-**cidr=CIDR**: Specify ip range to use for this network. (Default is `10.0.2.0/24`).
792
-
-**enable_ipv6=true|false**: Enable IPv6. Default is true. (Required for `outbound_addr6`).
793
-
-**outbound_addr=INTERFACE**: Specify the outbound interface slirp should bind to (ipv4 traffic only).
794
-
-**outbound_addr=IPv4**: Specify the outbound ipv4 address slirp should bind to.
795
-
-**outbound_addr6=INTERFACE**: Specify the outbound interface slirp should bind to (ipv6 traffic only).
796
-
-**outbound_addr6=IPv6**: Specify the outbound ipv6 address slirp should bind to.
797
-
-**port_handler=rootlesskit**: Use rootlesskit for port forwarding. Default.
798
-
Note: Rootlesskit changes the source IP address of incoming packets to a IP address in the container network namespace, usually `10.0.2.100`. If your application requires the real source IP address, e.g. web server logs, use the slirp4netns port handler. The rootlesskit port handler is also used for rootless containers when connected to user-defined networks.
799
-
-**port_handler=slirp4netns**: Use the slirp4netns port forwarding, it is slower than rootlesskit but preserves the correct source IP address. This port handler cannot be used for user-defined networks.
800
-
801
780
**no_pivot_root**=false
802
781
803
782
Whether to use chroot instead of pivot_root in the runtime.
0 commit comments