1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

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

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"