[精讚] [會員登入]
117

testing gitlab and jenkins CI/CD on docker-1

在docker架設gitlab, jenkins 測試CI/CD pipeline第一章

分享此文連結 //n.sfs.tw/15908

分享連結 testing gitlab and jenkins CI/CD on docker-1@外行中的外行
(文章歡迎轉載,務必尊重版權註明連結來源)
2022-07-25 13:06:42 最後編修
2022-07-25 13:04:59 By jung
 

好不容易搞定yml

把gitlab和jenkins做成docker container

以下紀錄二個卡關地點

1. gitlab container無法做8080內部轉埠

在yml寫8080:80想把gitlab轉到容器外部的8080是失敗的

只好乖乖先用80

2. gitlab初始帳密無法取得

必須進到容器執行指令

docker -it xxxx /bin/sh 進到容器

切換到/etc/gitlab目錄

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

等待回應會要求輸入新密碼,完成後才能在gitlab前端網頁登入

https://stackoverflow.com/questions/60062065/gitlab-initial-root-password

這篇才是對的

 

 

END

你可能感興趣的文章

how to make wicket web application runs under docker enviorment with correct encoding 在docker環境下,wicket web application 編碼錯誤的問題

testing gitlab and jenkins CI/CD on docker-1 在docker架設gitlab, jenkins 測試CI/CD pipeline第一章

更新java版本後一定要做的事情 how to deal with PKIX path building failed issue after upgrade java sdk version in IDE

intellij IDEA git設定說明 whenever using git push fuction in the intellij IDEA

openssl package update issue caused by cve-2022-2068 centos7 is at maintenance support phase2, only critical impact security issues will be patched

在intellij IDEA解決檔案內容顯示為UTF-8字碼而不是中文的問題 how to show correct language content of file, instead of utf-8 encoded charactors

<<此文不開放留言>>

隨機好文

debian安裝drupal細節 設定apache2的細節

設定win10開機自動執行openvpn連接vpn server how to make win10 connecting to a vpn server automactically after booting up

JIRA using gmail as smtp outgoing mail sender 如何設定jira使用gmail信箱送信

縣市IDP新增API功能 修改IDP程式增加API介面

縣市端新增師生關係API程式 在縣市端建立可由教育部主機撈取縣市資料庫師生關係的API 程式