rclonebrowser-docker icon indicating copy to clipboard operation
rclonebrowser-docker copied to clipboard

crontab in container isn't working

Open glennthielman opened this issue 3 years ago • 0 comments

crontab within the container isn't working, makes it difficult to schedule jobs.

There is a workaround to execute a script from the host crontab to the container: docker exec -i containername sh < dockerhost/path/script.sh

glennthielman avatar May 15 '21 15:05 glennthielman