关于docker安装可以参照:
http://blog.youkuaiyun.com/qq_28039297/article/details/78650521
zentao : https://hub.docker.com/r/haha123/zentao/
jenkins : /jenkins/”>https://hub.docker.com//jenkins/
gitlab-ce : https://hub.docker.com/r/gitlab/gitlab-ce/
svn-server : https://hub.docker.com/r/garethflowers/svn-server/
gitlab
# docker run --detach \
--hostname www.aowei.net.cn \
--publish 10443:443 --publish 11110:80 --publish 10022:22 \
--name gitlab \
--restart always \
--volume /srv/gitlab/config:/etc/gitlab \
--volume /srv/gitlab/logs:/var/log/gitlab \
--volume /srv/gitlab/data:/var/opt/gitlab \
gitlab/gitlab-ce:latest