-
Notifications
You must be signed in to change notification settings - Fork 227
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shutdown/Reboot commands #256
Comments
After a bit more tinkering:
seems to have the same effect as a reboot - the container terminates and the docker-compose |
Your absolutely right. I was using a Pi3 until now for octoprint and when I didn't need the printer I shut everything down. But of crouse this doesn't make sense with a docker container. I went for it because of the easier installation but it seems I have to do the work 😏 |
Discussed in #255
Originally posted by unitrix0 April 30, 2023
Hi,
What do I set for shutdown/reboot system command? I've tried
init 6
reboot
shutdown -r now
none of them work since neither init nor reboot not shutdown commands are available.
The text was updated successfully, but these errors were encountered: