1. 방법 : 아래 명령어로 도커 컨테이너에 직접 접속해 파일에서 확인하는 방법
명령 : docker exec <CONTAINER_NAME> cat /var/jenkins_home/secrets/initialAdminPassword
2. 방법 : docker logs <CONTAINER_NAME>
명령 입력해서 찾는 방법
Unlock Jenkins
To ensure Jenkins is securely set up by the administrator, a password has been written to the log (not sure where to find it?) and this file on the server:
/var/jenkins_home/secrets/initialAdminPassword
Please copy the password from either location and paste it below.
ERROR: The password entered is incorrect, please check the file for the correct password
'마주쳤던 에러 해결 모음' 카테고리의 다른 글
Cannot resolve symbol 'SpringBootApplication' (0) | 2022.10.03 |
---|---|
윈도우 톰켓 서버 포트번호 바꾸는 법 (0) | 2022.09.24 |
Access denied for user 'root'@'localhost' (using password: YES) (0) | 2022.09.13 |
[에러해결] org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "OOOOOO" not found; SQL statement: (0) | 2022.08.21 |
springboot @TestPropertySource 설정하는 방법 (0) | 2022.06.20 |
댓글