Skip to content
Snippets Groups Projects
Commit 6518c728 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Small improvements to the dockerfile.

parent e8edd20b
No related branches found
No related tags found
No related merge requests found
Loading
@@ -55,9 +55,7 @@ sudo docker run --detach --name gitlab-ce --publish 8080:80 --publish 2222:22 sy
Loading
@@ -55,9 +55,7 @@ sudo docker run --detach --name gitlab-ce --publish 8080:80 --publish 2222:22 sy
Troubleshoot with: Troubleshoot with:
   
``` ```
sudo docker run -ti -e TERM=linux --name gitlab-ce --publish 8080:80 --publish 2222:22 sytse/gitlab-ce:7.10.1 bash sudo docker run -ti -e TERM=linux --name gitlab-ce-troubleshoot --publish 8080:80 --publish 2222:22 sytse/gitlab-ce:7.10.1 bash /usr/local/bin/wrapper
/opt/gitlab/embedded/bin/runsvdir-start & gitlab-ctl reconfigure
gitlab-ctl start
``` ```
   
Build and use app and data images Build and use app and data images
Loading
Loading
Loading
@@ -62,6 +62,8 @@ free -m
Loading
@@ -62,6 +62,8 @@ free -m
   
``` ```
   
# Cleanup
Remove ALL docker containers and images (also non GitLab ones): Remove ALL docker containers and images (also non GitLab ones):
   
``` ```
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment