Home > Q&A > body text
docker中的crontab,运行了一个定时脚本重启之后crontab命令没了crontab -e 内容没了
怎么办?
伊谢尔伦2017-04-17 13:44:41
Write it into dockerfile and try it
迷茫2017-04-17 13:44:41
Write a file, then add an add command in dockerfile to add this file to your docker
There must be