I installed the pre-build resin-os image without modification (no WiFi required) and therefore without resin-cli.
I can pull docker images and launch containers but they are not restarted after rebuild. On this forum I read that container restarts are handled by the resin supervisor which should be listening on port 48484 according to https://resin.io/engineering/introducing-and-open-sourcing-the-resin-supervisor-v1-and-its-api . However, there is no process listening on that port.
What do I have to do to get the supervisor running?
Axel