1. docker pull gitlab/gitlab-ce
2. docker run -p 8080:80 -name gitlab gitlab/gitlab-ce
3.以上2步都比较费时间
访问 http://host:8080 打开gitlab
输入root 用户的初始化密码
4. 登录。
新建一个仓库 test
5. 本地的代码,
git remote add origin http://host:8080/root/test.git
git push --set-upstream origin test