April 25, 20242 yr Rather than power my server off to save power, what might be useful would be to restrict when my dockers will be active... so I dont want Arrs doing their thang at certain hours and no downloads etc... so... what about activating my dockers on a schedule? Anyone able to do that? Or see the value?
April 25, 20242 yr Personally I achieve this with the user.scripts plugin. I have scripts that run on a schedule that execute docker pause and resume commands.
April 25, 20242 yr Solution 38 minutes ago, methanoid said: Anyone able to do that? Or see the value? I do that also with User Scripts. Something like: docker container stop CONTAINER1 CONTAINER2 … will do the job just fine... If you need to stop the container for example in 45 minutes you can do: echo "docker container stop CONTAINERNAME" | at now + 45 minutes
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.