1.1 Create docker-compose.yml 1.2 Run Docker Compose command
cd 'folder yml file located' docker-compose up -d - Start process in background mode docker-compose ps - Show running container docker-compose rm -s - Delete running container clogs -f - Show logging console
1.3 Change configuration files
docker exec -it gitlab_web_1 vi /etc/gitlab/gitlab.rb docker-compose restart docker exec gitlab_web_1 gitlab-ctl stop docker exec gitlab_web_1 gitlab-ctl status docker exec gitlab_web_1 gitlab-ctl restart docker exec gitlab_web_1 gitlab-ctl reconfigure
1.4 Try to open URL: http://localhost:9080 root/'your password'
Content type
Image
Digest
Size
560.4 MB
Last updated
about 8 years ago
docker pull nutthaphon/gitlab