关于docker安装的gitlab的方法比较多,我在这记录一下安装之后第一次密码的查看
运行geitlab容器后,
运行一下代码查看root的默认密码,
sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
官网指南:https://docs.gitlab.com/ee/install/docker.html

关于docker安装的gitlab的方法比较多,我在这记录一下安装之后第一次密码的查看
运行geitlab容器后,
运行一下代码查看root的默认密码,
sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
官网指南:https://docs.gitlab.com/ee/install/docker.html