Commit 6518c728 authored by Sytse Sijbrandij's avatar Sytse Sijbrandij

Small improvements to the dockerfile.

parent e8edd20b
...@@ -55,9 +55,7 @@ sudo docker run --detach --name gitlab-ce --publish 8080:80 --publish 2222:22 sy ...@@ -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
......
...@@ -62,6 +62,8 @@ free -m ...@@ -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):
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment