在documentation之后,我正在尝试使用docker容器设置我自己的gitlab。
在卷部分中,主机路径/ srv / gitlab是网络共享。
我有一个名为docker的组,当前用户属于该组。在安装网络共享时,我指定了uid =,gid = docker。
我的问题是,docker容器启动但是因为某些权限错误而一直崩溃。我很确定它是因为网络共享。
在启动gitlab容器之前,任何人都有关于为网络共享设置正确权限的想法吗?
这就是错误的样子:
[2016-09-07T23:18:49+00:00] FATAL: Stacktrace dumped to /opt/gitlab/embedded/cookbooks/cache/chef-stacktrace.out
[2016-09-07T23:18:49+00:00] FATAL: Please provide the contents of the stacktrace.out file if you file a bug report
[2016-09-07T23:18:49+00:00] ERROR: directory[/etc/gitlab] (gitlab::default line 26) had an error: Errno::EACCES: Permission denied @ chown_internal - /etc/gitlab
[2016-09-07T23:18:49+00:00] FATAL: Chef::Exceptions::ChildConvergeError: Chef run process exited unsuccessfully (exit code 1)