Jump to content

REQ: Docker Scheduling plugin


Go to solution Solved by ich777,

Recommended Posts

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?

Link to comment
  • 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

 

  • Thanks 2
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...