docker the input device is not a TTY

在cron中使用docker exec -ti mysql mysqldump -A -u root -proot > /mysql_dump/all_dbs_$(date -I)命令备份docker内的mysql数据库时,遇到的这个问题.

解决方法很简单,只需要去掉上面的命令中的-ti即可.

你可能感兴趣的:(docker the input device is not a TTY)