How to run a concourse task

家住魔仙堡 提交于 2020-02-06 09:52:47

问题


I am new in the community, I am working with concourse and I have the next issue running a yml file in terminal using fly:

command $: sudo fly -t ci execute -c task.yml

I get the following error:

initializing Backend error: Exit status: 500, message:
{"Type":"","Message":"runc exec: exit status 1: exec failed: container_linux.go:348: starting container process caused \"chdir to cwd (\"/root\") set in config.json failed: permission denied\"\n","Handle":"","ProcessID":""}

Please help if anyone can help me!

来源:https://stackoverflow.com/questions/50029181/how-to-run-a-concourse-task

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!