Fix syntax errors
This commit is contained in:
parent
f69a5c147b
commit
0dd1c1a1ec
@ -2,9 +2,9 @@
|
|||||||
# This file needs to be source'ed and the function join_cgroup called, by any script that goes on to run kind
|
# This file needs to be source'ed and the function join_cgroup called, by any script that goes on to run kind
|
||||||
# This is required due to issues with properly virtualizing the cgroup hierarchy that exist at present in docker
|
# This is required due to issues with properly virtualizing the cgroup hierarchy that exist at present in docker
|
||||||
# See: https://github.com/earthly/earthly/blob/main/buildkitd/dockerd-wrapper.sh#L56
|
# See: https://github.com/earthly/earthly/blob/main/buildkitd/dockerd-wrapper.sh#L56
|
||||||
function configure_cgropup() {
|
function configure_cgroup() {
|
||||||
if [ -f "/sys/fs/cgroup/cgroup.controllers" ]; then
|
if [ -f "/sys/fs/cgroup/cgroup.controllers" ]; then
|
||||||
echo >&2 "detected cgroups v2"
|
echo >&2 "INFO: detected cgroup v2, configuring nested docker group"
|
||||||
|
|
||||||
local cgroup_name="nested-dockerd" # NOTE: has to be the same as the function below (local var to prevent overriding in the caller)
|
local cgroup_name="nested-dockerd" # NOTE: has to be the same as the function below (local var to prevent overriding in the caller)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user