-
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
相关推荐
A ?Charis6 小时前
Gitlab-runner running on Kubernetes - hostAliases秋说13 小时前
开源代码管理平台Gitlab如何本地化部署并实现公网环境远程访问私有仓库极小狐16 小时前
驭码上新,AI Code Review、基于代码库的知识问答,让研发起飞蚊子不吸吸1 天前
DevOps开发运维简述花开莫与流年错_4 天前
GitLab代码仓管理安装配置使用极小狐7 天前
如何打开/关闭 GitLab 的版本检查功能?玉石俱焚ing8 天前
ubuntu20上部署gitlab并开启ipv6访问謬熙8 天前
GitHub、Gitee、GitLab介绍云围8 天前
Soanrquber集成Gitlab 之 导入Gitlab项目云围8 天前
Soanrquber集成Gitlab 之 gitlab用户配置和身份验证