mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-03-21 19:45:19 +00:00
dindctl: Use balena to refresh the supervisor container
Change-Type: patch Signed-off-by: Pablo Carranza Velez <pablo@resin.io>
This commit is contained in:
parent
5613801219
commit
1d4df6cc50
2
dindctl
2
dindctl
@ -125,7 +125,7 @@ function buildSupervisorSrc {
|
||||
function refreshSupervisorSrc {
|
||||
buildSupervisorSrc
|
||||
echo "Restarting the supervisor container"
|
||||
docker exec -ti $CONTAINER_NAME docker restart resin_supervisor
|
||||
docker exec -ti $CONTAINER_NAME balena restart resin_supervisor
|
||||
}
|
||||
|
||||
function runDind {
|
||||
|
Loading…
x
Reference in New Issue
Block a user