@@ -169,12 +169,12 @@ default_sysctls = [
169169#
170170#log_driver = "k8s-file"
171171
172- # Default path for container logs to be stored in. When empty, logs will be stored
172+ # Default path for container logs to be stored in. When empty, logs will be stored
173173# in the container's default storage and removed when the container is removed.
174- # A subdirectory named with the container ID will be created under the specified
174+ # A subdirectory named with the container ID will be created under the specified
175175# path, and the log file will have the default name `ctr.log` within that directory.
176176# This option can be overridden by the `--log-opt` flag.
177- #
177+ #
178178#log_path = ""
179179
180180# Maximum size allowed for the container log file. Negative numbers indicate
@@ -393,10 +393,14 @@ default_sysctls = [
393393#
394394#enable_port_reservation = true
395395
396- # Environment variables to be used when running the container engine (e.g., Podman, Buildah).
397- # For example "http_proxy=internal.proxy.company.com".
398- # Note these environment variables will not be used within the container.
399- # Set the env section under [containers] table, if you want to set environment variables for the container.
396+ # Environment variables to be used when running the container engine (e.g.,
397+ # Podman, Buildah). For example "MYVAR=value". These environment variables
398+ # will not be used within the container. Set the env section under the
399+ # [containers] table, if you want to set environment variables for the
400+ # container.
401+ # Note when using this to set http proxy variables then they might get
402+ # leaked into the container depending on if `http_proxy` (under the
403+ # [containers] table) is set to to true (default) or false.
400404#
401405#env = []
402406
0 commit comments