How to check if any BotBrain Docker containers crashed

How to list running vs crashed/stopped BotBrain Docker containers.

On the Jetson, run:

docker ps

To also see stopped/crashed containers:

docker ps -a

You should typically see containers like bringup, state_machine, web_server, etc. depending on configuration.

Did this answer your question?
😞
😐
🤩