我正在使用Ansible和Docker来自动化环境构建过程。我使用prompt_vars尝试收集git repo的用户名和密码,但不幸的是我收到了这个错误:
GetPassWarning:无法控制终端上的回声
docker ubuntu版本是14.04,python版本是2.7
答案 0 :(得分:0)
错误
Python引发了GetPassWarning:无法控制终端上的回声
,表示您使用的终端未提供stdin
,stdout
和stderr
。在这种情况下,它是stderr
。
由于问题中提供的信息不多,我想在prompt_vars
Dockerfile
内使用__init__
等互动元素是不可能的。