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-supervisorto stop the supervisor froim trying to restart the containers -
balena ps -ato 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