今天发现,使用crontab运行`docker run`时报错: `the input device is not a TTY`。 运行命令是这样的: ``` bash /usr/bin/docker run -it --rm -v "/opt/docker/Sites:/data" -v "/root:/root" ubuntu-ssh-rsy...