docker api 怎么使用container.exec_run()执行shell 命令 10
1个回答
展开全部
进入到容器中docker exec -it containerId/Names /bin/bash,再使用export修改就可以了吧
export ENV='value'
export ENV='value'
追问
# client.images.list()
container = client.containers.get('639aba3f07fb')
cmd = 'tail -n 5 /opt/data/files/logs/639aba3f07fb.log | grep "xxx"'
result = container.exec_run(cmd = cmd,detach = False,tty = True,stdin = True)
print result.output.decode()
用python 操作docker远程连接,怎么使用shell管道命令?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询