Merge pull request #5463 from tianon/hack-dind-cgroup

Update hack/dind to mount cgroups on "/cgroup" instead of "/sys/fs/cgroup" for better compatibility
This commit is contained in:
Jérôme Petazzoni 2014-05-09 13:54:52 -07:00
commit 29f1efc940
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ set -e
export container=docker
# First, make sure that cgroups are mounted correctly.
CGROUP=/sys/fs/cgroup
CGROUP=/cgroup
mkdir -p "$CGROUP"