mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/docker to 1.10.0-3
This commit is contained in:
parent
ea6a0115c5
commit
ad7a72c9d4
2 changed files with 3 additions and 18 deletions
|
@ -1,13 +0,0 @@
|
|||
diff --git a/contrib/init/systemd/docker.service b/contrib/init/systemd/docker.service
|
||||
index f09c2d3..ab5bc8f 100644
|
||||
--- a/contrib/init/systemd/docker.service
|
||||
+++ b/contrib/init/systemd/docker.service
|
||||
@@ -6,7 +6,7 @@ Requires=docker.socket
|
||||
|
||||
[Service]
|
||||
Type=notify
|
||||
-ExecStart=/usr/bin/docker daemon -H fd://
|
||||
+ExecStart=/usr/bin/docker daemon -H fd:// --exec-opt native.cgroupdriver=cgroupfs
|
||||
MountFlags=slave
|
||||
LimitNOFILE=1048576
|
||||
LimitNPROC=1048576
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
pkgname=docker
|
||||
pkgver=1.10.0
|
||||
pkgrel=1
|
||||
pkgrel=3
|
||||
epoch=1
|
||||
pkgdesc='Pack, ship and run any application as a lightweight container'
|
||||
arch=('x86_64')
|
||||
|
@ -19,11 +19,9 @@ optdepends=('btrfs-progs: btrfs backend support'
|
|||
options=('!strip')
|
||||
install=$pkgname.install
|
||||
source=("git+https://github.com/docker/docker.git#tag=v$pkgver"
|
||||
"$pkgname.sysusers"
|
||||
'02-fix-unified-cgroup.patch')
|
||||
"$pkgname.sysusers")
|
||||
md5sums=('SKIP'
|
||||
'8cf9900ebada61f352a03465a088da34'
|
||||
'7fd0504057a60e1275b8ce3e06d53c53')
|
||||
'8cf9900ebada61f352a03465a088da34')
|
||||
|
||||
prepare() {
|
||||
for _f in "${source[@]}"; do
|
||||
|
|
Loading…
Reference in a new issue