committing changes in /etc made by "/usr/bin/apt-get -y -o Dpkg::Options::=--force-confdef -o Dpkg::Options::=--force-confold upgrade --with-new-pkgs"
Packages with configuration changes: -docker-ce 5:24.0.7-1~debian.11~bullseye arm64 +docker-ce 5:25.0.0-1~debian.11~bullseye arm64 Package changes: -docker-buildx-plugin 0.11.2-1~debian.11~bullseye arm64 -docker-ce 5:24.0.7-1~debian.11~bullseye arm64 -docker-ce-cli 5:24.0.7-1~debian.11~bullseye arm64 -docker-ce-rootless-extras 5:24.0.7-1~debian.11~bullseye arm64 -docker-compose-plugin 2.21.0-1~debian.11~bullseye arm64 +docker-buildx-plugin 0.12.1-1~debian.11~bullseye arm64 +docker-ce 5:25.0.0-1~debian.11~bullseye arm64 +docker-ce-cli 5:25.0.0-1~debian.11~bullseye arm64 +docker-ce-rootless-extras 5:25.0.0-1~debian.11~bullseye arm64 +docker-compose-plugin 2.24.1-1~debian.11~bullseye arm64
This commit is contained in:
+2
-1
@@ -58,7 +58,8 @@ case "$1" in
|
|||||||
touch "$DOCKER_LOGFILE"
|
touch "$DOCKER_LOGFILE"
|
||||||
chgrp docker "$DOCKER_LOGFILE"
|
chgrp docker "$DOCKER_LOGFILE"
|
||||||
|
|
||||||
ulimit -n 1048576
|
# Only set the hard limit (soft limit should remain as the system default of 1024):
|
||||||
|
ulimit -Hn 524288
|
||||||
|
|
||||||
# Having non-zero limits causes performance problems due to accounting overhead
|
# Having non-zero limits causes performance problems due to accounting overhead
|
||||||
# in the kernel. We recommend using cgroups to do container-local accounting.
|
# in the kernel. We recommend using cgroups to do container-local accounting.
|
||||||
|
|||||||
Reference in New Issue
Block a user