赞
踩
创建容器
- sudo docker run --detach \
- --hostname gitlab.huasujia.cn \
- --env GITLAB_OMNIBUS_CONFIG="external_url 'http://gitlab.demo.cn/'; gitlab_rails['lfs_enabled'] = true;" \
- --publish 9443:443 --publish 9080:80 --publish 9022:22 \
- --name gitlab \
- --restart always \
- --volume /data/gitlab/config:/etc/gitlab \
- --volume /data/gitlab/logs:/var/log/gitlab \
- --volume /data/gitlab/data:/var/opt/gitlab \
- gitlab/gitlab-ce:latest
克隆项目
git clone ssh://git@gitlab.demo.cn:9022/group1/zhongdemo.git
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。