摘要:
Docker搭建Gitlab服务器 1、Gitlab镜像 docker search gitlab docker search gitlab-ce docker pull gitlab/gitlab-ce 2、创建容器 # 启动容器 80和443保留默认,22跟宿主机SSH冲突,改为2222 sud 阅读全文
摘要:
从dockerhub查看redis启动所需相关参数 https://hub.docker.com/_/redis If persistence is enabled, data is stored in the VOLUME /data, which can be used with --volum 阅读全文