docker: load loop module to allow starting the service (close #1336).
This commit is contained in:
parent
76b9972ffe
commit
50d4a130c1
2 changed files with 2 additions and 1 deletions
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
modprobe -q loop || exit 1
|
||||
exec chpst -o 1048576 -p 1048576 docker -d 2>/dev/null
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'docker'
|
||||
pkgname=docker
|
||||
version=1.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="git go"
|
||||
makedepends="libbtrfs-devel sqlite-devel device-mapper-devel"
|
||||
short_desc="Easily create lightweight, portable, self-sufficient containers from any application"
|
||||
|
|
Loading…
Reference in a new issue