We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gitlab-ce-docker
1 parent 4d9b0dd commit 39de21dCopy full SHA for 39de21d
internal/pkg/plugin/gitlabcedocker/options.go
@@ -58,7 +58,9 @@ func (opts *Options) setGitLabURL() {
58
59
func showHelpMsg(options configmanager.RawOptions) error {
60
log.Infof("GitLab access URL: %s", gitlabURL)
61
- log.Infof("GitLab initial root password: execute the command -> docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password")
+ log.Info("Execute these two command to get/set GitLab root password: ")
62
+ log.Info("1. docker exec -it gitlab bash")
63
+ log.Info(`2. gitlab-rake "gitlab:password:reset"`)
64
65
return nil
66
}
0 commit comments