[精讚] [會員登入]
514

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

你可能感興趣的文章

安裝netbeans9遇到的小狀況 how to show netbeans9 program onto ubuntu desktop

使用letsEncrypt替換docker容器內的nginx https憑證 using cerbot for nginx on oracle linux 9

unknown issue after downgrade to intellij idea community version 使用社群版遇到的奇怪問題

在IDEA從JDK8升級到JDK11遇到的奇怪問題 在IDEA遇到的JAVA11函式庫引入問題

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

如何用git log功能產生有固定格式的commit紀錄 how to create a git commit history log file with custom format

<<此文不開放留言>>

隨機好文

proxmox5.x using duplicati as cloud backup strategy install duplicati program on Proxmox host for remote backup using google drive account

how to stop wildfly keeping standalone server log how to stop wildfly keeping standalone server log

在windows環境下強制刪除無法以檔案總管刪除的檔案或目錄 how to remove directories or files that cannot be deleted by default file manager

更新程式環境到wildfly18+openjdk11-phase4: 認證程式更新 認證程式更新

specific instructions to create a maven archetype from local existing project. Generate an archetype from the project