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 Upstream-commit: 29f1efc94040df21aaf6e932fc797a1113ab03cb Component: engine
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user