mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
Merge pull request #695 from philips/bump-docker-fileno
docker: bump to 1.0.1 and increase LimitNOFILE
This commit is contained in:
commit
6e3ba222d1
@ -17,8 +17,8 @@ if [[ ${PV} == *9999 ]]; then
|
||||
DOCKER_GITCOMMIT="deadbee"
|
||||
KEYWORDS="~amd64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="63fe64c471e7d76be96a625350468dfc65c06c31" # v1.0.0
|
||||
DOCKER_GITCOMMIT="63fe64c"
|
||||
CROS_WORKON_COMMIT="990021ac2b4a4c8e6ae66dd331c372f70eec3b7a" # v1.0.1
|
||||
DOCKER_GITCOMMIT="990021a"
|
||||
KEYWORDS="amd64"
|
||||
fi
|
||||
|
||||
|
@ -5,6 +5,8 @@ Documentation=http://docs.docker.io
|
||||
[Service]
|
||||
Environment="TMPDIR=/var/tmp/"
|
||||
ExecStartPre=/bin/mount --make-rprivate /
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
||||
# Run docker but don't have docker automatically restart
|
||||
# containers. This is a job for systemd and unit files.
|
||||
ExecStart=/usr/bin/docker -d -s=btrfs -r=false -H fd://
|
||||
|
Loading…
x
Reference in New Issue
Block a user