-
docker-compose
docker compose up -d
version: '3.6' services: web: image: 'gitlab/gitlab-ce:latest' restart: always hostname: 'localhost' environment: GITLAB_OMNIBUS_CONFIG: | external_url 'http://localhost:8929' gitlab_rails['gitlab_shell_ssh_port'] = 2224 ports: - '8929:8929' - '2224:22' volumes: #- '$GITLAB_HOME/config:/etc/gitlab' #- '$GITLAB_HOME/logs:/var/log/gitlab' #- '$GITLAB_HOME/data:/var/opt/gitlab' - '/Users/yanlp/workspace/docker/gitlab_latest/config:/etc/gitlab' - '/Users/yanlp/workspace/docker/gitlab_latest/logs:/var/log/gitlab' - '/Users/yanlp/workspace/docker/gitlab_latest/data:/var/opt/gitlab' shm_size: '256m'
-
登陆容器
docker ps -a
docker exec -it 2d9f11bc4619 /bin/bash
-
执行
gitlab-rails dbconsole
-
导出
gitlabhq_production=> \! pg_dump -U gitlab -d gitlabhq_production -s > /tmp/all.sql
docker安装gitlab 并dump出表结构
it&s me2023-11-23 15:11
相关推荐
Kkooe13 小时前
GitLab|GitLab报错:Restoring PostgreSQL database gitlabhq_production...小柒xq1 天前
使用docker compose安装部署gitlab桥豆麻袋93932 天前
Sourcetree登录GitLab账号活宝小娜3 天前
标题gitLab如何打标签骑士9991114 天前
centos7 安装gitlabbinqian4 天前
【gitlab】gitlabrunner部署it&s me4 天前
gitlab-development-kit部署gitlab《二》陈逸轩*^_^*6 天前
Git与GitLab的企业实战 笔记(尚硅谷)獨枭6 天前
GitLab 部署和配置指南loserbai-8 天前
gitlab修改root密码详细详情,高版本通用