diff --git a/docker/README.md b/docker/README.md index b88d570f082af1a1485c543e0b4da25a97c4434f..537855624a65bd362f32b3f679805b7243191540 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 1b137922bf887fea2e5404c504ff452fa0ef7e66..5827f2185db5f3be5c848964f6c45371acfdf1e3 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): ```