It should be fixed now.
The containers were in a weird state.
What I did to fix it (from the host OS):
-
systemctl stop resin-supervisor
to stop the supervisor froim trying to restart the containers -
balena ps -a
to list all containers balena kill <all container ids from above except resin-supervisor>
balena rm <all container ids from above except resin-supervisor>
systemctl start resin-supervisor