Comment on How do you keep up?

MXX53@programming.dev ⁨2⁩ ⁨weeks⁩ ago

I run a Fedora server.

All of my apps are in docker containers set to restart unless stopped by me.

Then I run a cron job that is scheduled at like 3 or 4am that runs docker pull on all containers and restarts them. Then it runs all system uldtwa and restarts the server.

Every week or so I just spot check to make sure it is still working. This has been my process for like 6 months without issue.

source
Sort:hotnewtop