执行:sudo docker pull gitlab/gitlab-ce:latest
FROM ubuntu
MAINTAINER Rency <user_rcy@163.com>
RUN sudo apt-get update
RUN sudo apt-get install -y git
执行:sudo docker pull gitlab/gitlab-ce:latest
FROM ubuntu
MAINTAINER Rency <user_rcy@163.com>
RUN sudo apt-get update
RUN sudo apt-get install -y git