Notes on Docker

Docker is an open-source project that automates the deployment of applications inside software containers.

Running scheduled tasks in Docker containers using systemd timer-units

Systemd timer-units can be set up to depend on other systemd units. This is great if need to run periodic maintenance tasks inside docker containers that come and go on demand.