Cron container for running php scripts
901
Automatically runs mysql dump against a set of databases daily using cron. Additional cron jobs can be added by placing them in /etc/cron.d/
Use the following environment variables
In order to backup databases a json file with containing the databases to backup must be provided.
The format is as follows:
[
{
"host": "host1",
"databases": ["db1","db2"]
},
{
"host":"host2",
"databases": ["db3","db4"]
}
]
Content type
Image
Digest
Size
163.2 MB
Last updated
over 8 years ago
docker pull telusgelp/cron-php