码迷,mamicode.com
首页 > 其他好文 > 详细

docker-py execute echo无效

时间:2015-01-19 12:26:40      阅读:219      评论:0      收藏:0      [点我收藏+]

标签:

错误写法:
cli.execute(‘9b2606a50304‘,‘echo "bibo">/tmp/1.txt‘)
 
争取写法:
cli.execute(‘9b2606a50304‘,‘bash -c "echo \‘yuanyuan\‘ > /tmp/2.txt"‘)
 
参考:https://bugzilla.redhat.com/show_bug.cgi?id=1146821

技术分享

docker-py execute echo无效

标签:

原文地址:http://www.cnblogs.com/biboxie/p/4233412.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!