-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Restarting containers #9
Comments
Looks like I figured it out: you have to re-run the qus containder before restarting yout emulated container. |
@megascrapper thanks for updating, and I'm sorry for not being responsive. The solution you commented sounds weird (although I won't discuss it works for you). I would be glad if you could provide the full list of commands you tried. Just in case you want me to try reproducing it on my RPi 3.
|
On a fresh boot:
After running
After running qus all emulated containers started successfully. |
My question then would be then whether it's possible to make the configuration persistent across reboots. |
I also just stumbled upon this, that the configuration seems not to be persistent across reboots. What would be the recommended way to achieve this? |
@megascrapper @dkadioglu with option dbhi/qus uses script register.sh, which is a wrapper around |
Thanks for your answer and input!
exemplary docker-compose.yml:
exemplary systemd service file:
Maybe not optimal but, at least sufficient for my use case. Maybe helps others to achieve the same or come up with other ideas. |
How do I restart a stopped container? I tried
docker restart <container_name>
but the container exits immediately with the following error in the log:Tried
docker restart --platform <platfrom> <container_name>
only to be greeted with unknown flag.The text was updated successfully, but these errors were encountered: