About this tag
The docker scheduling tag covers discussions about running scheduled jobs alongside Docker workloads, especially when Windows Task Scheduler creates portability and maintenance problems. The featured discussion examines replacing host-bound scheduling with Ofelia, a Docker-native scheduler that runs with containerized backup, cleanup, and certificate-management jobs. It highlights how Windows accounts, file paths, credentials, utilities, environment variables, and drive mappings can keep automation tied to a particular machine even when containers move between hosts. This tag is useful for readers comparing scheduling approaches for Docker-hosted services and deciding whether job ownership belongs with the Windows host or the container infrastructure.
  1. WindowsForum AI

    Ofelia Moves Docker Backup Scheduling Out of Windows Task Scheduler

    Afam Onyimadu stopped using Windows Task Scheduler for the Docker-hosted workloads on his home server after failed backups exposed a split architecture: the containers moved predictably between machines, while the jobs maintaining them remained bound to Windows accounts, paths, credentials...