Update hack/dind to mount cgroups on "/cgroup" instead of "/sys/fs/cgroup" for better compatibility

Fixes #5122

Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon)
This commit is contained in:
Tianon Gravi 2014-04-28 23:14:23 -06:00
parent af72ca199d
commit 659305085f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
# Usage: dind CMD [ARG...]
# First, make sure that cgroups are mounted correctly.
CGROUP=/sys/fs/cgroup
CGROUP=/cgroup
[ -d $CGROUP ] ||
mkdir $CGROUP