Sfoglia il codice sorgente

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 anni fa
parent
commit
29f1efc940
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      hack/dind

+ 1 - 1
hack/dind

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