mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-24 03:35:38 +03:00
Welcome to the v1.4.0 release of containerd! The fifth major release of containerd includes a mix of new features and expanded support, such as support for CGroups v2, expanded SELinux support, support for Windows on Kubernetes through CRI, and support for snapshotters based on shared remote storage. All significant bug and stability fixes included in this release are also available on supported prior releases. Like previous major releases, what is not included in this release is also important. There are only two small additions to the API with no backwards incompatible changes, allowing client and daemon upgrades to be done independently without disruption. The incredible increase in usage of containerd over the last year has shown the value of our core principles to easily expand support for different use cases while driving toward ever increasing stability. For more details, see https://github.com/containerd/containerd/releases/tag/v1.4.0
29 lines
836 B
Text
29 lines
836 B
Text
# config file for /etc/init.d/containerd
|
|
|
|
# overrides the main command executed by the supervise daemon
|
|
#containerd_command="/usr/bin/containerd"
|
|
|
|
# any other options you want to pass to containerd_command
|
|
#containerd_opts=""
|
|
|
|
# Settings for process limits (ulimit)
|
|
#ulimit_opts="-c unlimited -n 1048576 -u unlimited"
|
|
|
|
# seconds to wait for sending SIGTERM and SIGKILL signals when stopping containerd
|
|
#signal_retry="TERM/60/KILL/10"
|
|
|
|
# where containerd stdout (and perhaps stderr) goes.
|
|
#log_file="/var/log/containerd.log"
|
|
|
|
# where containerd stderr optionally goes.
|
|
# if this is not set, the value in 'logfile' is used
|
|
#err_file="/var/log/containerd-err.log"
|
|
|
|
# mode of the log files
|
|
#log_mode=0644
|
|
|
|
# user:group that owns the log files.
|
|
#log_owner=root:root
|
|
|
|
# to override the default supervise_daemon_args
|
|
#supervise_daemon_opts=""
|