mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-04-23 18:33:35 +00:00
Comment on the loopback devs issue
This commit is contained in:
parent
aed2ddb79c
commit
aaa9885e50
1
Makefile
1
Makefile
@ -24,6 +24,7 @@ run-supervisor: supervisor-dind
|
||||
&& docker run -d --name resin_supervisor_1 --privileged -v $$(pwd)/config.json:/usr/src/app/config/config.json -v $$(pwd)/config/env:/usr/src/app/config/env -v /sys/fs/cgroup:/sys/fs/cgroup:ro resin/resin-supervisor-dind:$(SUPERVISOR_VERSION)
|
||||
|
||||
stop-supervisor:
|
||||
# Prevent us from running out of loopback devices, as per https://github.com/jpetazzo/dind/issues/19
|
||||
docker exec resin_supervisor_1 umount /var/lib/docker
|
||||
docker stop resin_supervisor_1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user