Anthias
Anthias copied to clipboard
Failed reboot
Reboot sometimes fails. Sometimes it reboots and sometimes it doesn't. I see in the celery logs that the command is received but not rebooted. Add sudo to the reboot class command line to test but it still doesn't work. Does anyone have any ideas to get around this and do a direct reboot from the host.
I don't know if this helps, but the difficulty is sending the command from inside the container to the host?
Something like: Docker - Rebooting raspberry pi host from within docker container
Hi @fbsanches
Rebooting the host Pi from the web GUI is currently not supported since the containers should not be sending commands outside of themselves for security purposes, only where really necessary.
One of the main points of the containers is to isolate them from the host and contain them so that if anything crashes you can simply restart the container itself and not the whole Pi.
To restart the whole Pi device, simply SSH into it and run sudo reboot
.