@@ -216,12 +216,12 @@ default_sysctls = [
216216#
217217#log_driver = "k8s-file"
218218
219- # Default path for container logs to be stored in. When empty, logs will be stored
219+ # Default path for container logs to be stored in. When empty, logs will be stored
220220# in the container's default storage and removed when the container is removed.
221- # A subdirectory named with the container ID will be created under the specified
221+ # A subdirectory named with the container ID will be created under the specified
222222# path, and the log file will have the default name `ctr.log` within that directory.
223223# This option can be overridden by the `--log-opt` flag.
224- #
224+ #
225225#log_path = ""
226226
227227# Maximum size allowed for the container log file. Negative numbers indicate
@@ -359,7 +359,7 @@ default_sysctls = [
359359# already containers/images or CNI networks preset it will choose CNI.
360360#
361361# Before changing this value all containers must be stopped otherwise it is likely that
362- # iptables rules and network interfaces might leak on the host. A reboot will fix this.
362+ # firewall rules and network interfaces might leak on the host. A reboot will fix this.
363363#
364364#network_backend = ""
365365
@@ -384,7 +384,7 @@ default_sysctls = [
384384
385385# The firewall driver to be used by netavark.
386386# The default is empty which means netavark will pick one accordingly. Current supported
387- # drivers are "iptables", " nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
387+ # drivers are "nftables", "none" (no firewall rules will be created) and "firewalld" (firewalld is
388388# experimental at the moment and not recommend outside of testing).
389389#
390390#firewall_driver = ""
0 commit comments