更新docker-tools工具;新增releases;docker-tools_v1.0.0.zip

This commit is contained in:
2025-03-21 15:54:11 +08:00
parent b50d06ac16
commit a175075fcd
4 changed files with 12 additions and 13 deletions

View File

@@ -7,12 +7,11 @@ Requires=docker.socket
[Service]
Type=notify
Environment=PATH=/data/docker/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
Environment=PATH={{DOCKER_BIN_DIR}}:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# the default is not to use systemd for cgroups because the delegate issues still
# exists and systemd currently does not support the cgroup feature set required
# for containers run by docker
ExecStart=/data/docker/bin/dockerd -H unix://var/run/docker.sock
ExecReload=/bin/kill -s HUP
# for containers run by dockerExecStart={{DOCKER_BIN_DIR}}/dockerd -H unix://var/run/docker.sock
ExecStart={{DOCKER_BIN_DIR}}/dockerd -H unix://var/run/docker.sock
# Having non-zero Limit*s causes performance problems due to accounting overhead
# in the kernel. We recommend using cgroups to do container-local accounting.
LimitNOFILE=infinity