[РЕШЕНО] /etc/gitlab/initial_root_password: no such file or directory

Поиск  Пользователи  Правила 
Закрыть
Логин:
Пароль:
Забыли свой пароль?
Регистрация
Войти
 
Страницы: 1
Ответить
[РЕШЕНО] /etc/gitlab/initial_root_password: no such file or directory
Установка gitlab ce через  docker


# cat docker-compose.yml

version: '3.6'
services:
 web:
   image: 'gitlab/gitlab-ce:latest'
   restart: always
   hostname: 'gitlab.bsd.loacl'
   environment:
     GITLAB_OMNIBUS_CONFIG: |
       external_url 'http://gitlab.linuxshop.loacl:8929'
       gitlab_rails['gitlab_shell_ssh_port'] = 2224
   ports:
     - '8929:8929'
     - '2224:22'
   volumes:
     - '/data/gitlab-ce/config:/etc/gitlab'
     - '/data/gitlab-ce/logs:/var/log/gitlab'
     - '/data/gitlab-ce/data:/var/opt/gitlab'
   shm_size: '256m'

Установка: docker compose up -d  

И дальше по инструкции: https://docs.gitlab.com/ee/install/docker.html
и дальше по инструкции узнать пароль так:
"Visit the GitLab URL, and sign in with the username root and the password from the following command:
sudo docker exec -it gitlab grep 'Password:' /etc/gitlab/initial_root_password
The password file will be automatically deleted in the first reconfigure run after 24 hours."

ОШИБКА:
gitlab-ce docker exec -it 082dafe660fa grep 'Password:' /etc/gitlab/initial_root_password
grep: /etc/gitlab/initial_root_password: No such file or directory
РЕШЕНИЕ:
сбросить пароль: gitlab-rake "gitlab:password:reset[root]"
(ожидаем 3-4 минуты) и вам предлагается ввести новый пароль.

В вашем случае через docker надо делать так:
docker exec -it 082dafe660fa  gitlab-rake "gitlab:password:reset[root]"

082dafe660fa - id контейнера docker смотреть через docker ps
Услуги Системного Администратора - Работаю только с Юр. Лицами по договору обслуживания.
Страницы: 1
Ответить
Форма ответов
 
Текст сообщения*
:) ;) :D 8-) :( :| :cry: :evil: :o :oops: :{} :?: :!: :idea:
Защита от автоматических сообщений. Введите символы, изображенные на этой картинке в поле ввода &quote;Код подтверждения&quote;.