安装成功后,获取root初始密码,找不到对应的密码文件

docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
grep: /etc/gitlab/initial_root_password: No such file or directory

如果服务是正常的,那就重置root密码:

gitlab-rake "gitlab:password:reset[root]"