mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-24 04:55:42 +00:00
Merge pull request #259 from resin-io/258-dind-mount-kmod
dind: mount kmod
This commit is contained in:
commit
00ddb04ca6
2
Makefile
2
Makefile
@ -59,7 +59,7 @@ ifeq ($(ARCH),amd64)
|
||||
endif
|
||||
SUPERVISOR_DIND_MOUNTS := -v $$(pwd)/../../:/resin-supervisor -v $$(pwd)/config.json:/mnt/conf/config.json -v $$(pwd)/config/env:/usr/src/app/config/env -v $$(pwd)/config/localenv:/usr/src/app/config/localenv
|
||||
ifeq ($(OS), Linux)
|
||||
SUPERVISOR_DIND_MOUNTS := ${SUPERVISOR_DIND_MOUNTS} -v /sys/fs/cgroup:/sys/fs/cgroup:ro
|
||||
SUPERVISOR_DIND_MOUNTS := ${SUPERVISOR_DIND_MOUNTS} -v /sys/fs/cgroup:/sys/fs/cgroup:ro -v /bin/kmod:/bin/kmod
|
||||
endif
|
||||
ifdef PRELOADED_IMAGE
|
||||
SUPERVISOR_DIND_MOUNTS := ${SUPERVISOR_DIND_MOUNTS} -v $$(pwd)/apps.json:/usr/src/app/config/apps.json
|
||||
|
@ -58,7 +58,7 @@ logTypes =
|
||||
eventName: 'Application started'
|
||||
humanName: 'Started application'
|
||||
startAppError:
|
||||
eventName: 'Application started'
|
||||
eventName: 'Application start error'
|
||||
humanName: 'Failed to start application'
|
||||
|
||||
updateApp:
|
||||
|
Loading…
x
Reference in New Issue
Block a user