https://gitlab-docs.creationline.com/ee/install/docker.html https://docs.gitlab.com/ee/install/docker.html export GITLAB_HOME=$HOME/gitlab_home # 任意のディレクトリ指定 sudo docker pull gitlab/gitlab-ce:latest sudo docker run --detach \ --hostname gitlab.example.com \ --publish 44...