How to check if any BotBrain Docker containers crashed
How to list running vs crashed/stopped BotBrain Docker containers.
On the Jetson, run:
docker psTo also see stopped/crashed containers:
docker ps -aYou should typically see containers like bringup, state_machine, web_server, etc. depending on configuration.
Did this answer your question?
😞
😐
🤩