摘要:
1.下载GitLab镜像 docker pull gitlab/gitlab-ce默认latest版本 docker pull gitlab/gitlab-ce:rc指定版本 2.查看镜像 docker images 3.启动GitLab镜像 docker run --detach \ --host 阅读全文
摘要:
在CentO上完全卸载GitLab 停止Gitlab gitlab-ctl stop 卸载Gitlab rpm -e gitlab-ce or yum remove gitlab-ce 查看Gitlab进程 ps aux | grep gitlab 杀掉第一个进程 kill -9 187771877 阅读全文
摘要:
yum只下载不安装 `yum install --downloadonly --downloaddir=/tmp/ xxxx` 阅读全文
摘要:
在CentO上完全卸载Gitlab 停止Gitlab gitlab-ctl stop 卸载Gitlab rpm -e gitlab-ce or yum remove gitlab-ce 查看Gitlab进程 ps aux | grep gitlab 杀掉第一个进程 kill -9 187771877 阅读全文
摘要:
:q! 阅读全文