Browse Source

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
Jérôme Petazzoni 11 years ago
parent
commit
29f1efc940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hack/dind

+ 1 - 1
hack/dind

@@ -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"