docker-alpine
docker-alpine copied to clipboard
What happens if a scheduled task cannot be started?
/var/spool/cron/crontabs/root adds several scheduled tasks, but after the docker container is restarted, the scheduled tasks will not be started.
you need to run crond daemon. the docker image does not start any services at all.
you need to run crond daemon. the docker image does not start any services at all.
How to automatically start the cron service when the docker container starts.