From 6518c728acca65732f89a22a5cbbb75fe3f238f6 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Wed, 6 May 2015 16:39:30 +0200 Subject: Small improvements to the dockerfile. --- docker/README.md | 4 +--- docker/troubleshooting.md | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index b88d570f082..537855624a6 100644 --- a/docker/README.md +++ b/docker/README.md @@ -55,9 +55,7 @@ sudo docker run --detach --name gitlab-ce --publish 8080:80 --publish 2222:22 sy 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 -/opt/gitlab/embedded/bin/runsvdir-start & gitlab-ctl reconfigure -gitlab-ctl start +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 ``` Build and use app and data images diff --git a/docker/troubleshooting.md b/docker/troubleshooting.md index 1b137922bf8..5827f2185db 100644 --- a/docker/troubleshooting.md +++ b/docker/troubleshooting.md @@ -62,6 +62,8 @@ free -m ``` +# Cleanup + Remove ALL docker containers and images (also non GitLab ones): ``` -- cgit v1.2.3