Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rw-r--r--docker/troubleshooting.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docker/troubleshooting.md b/docker/troubleshooting.md
index 1d80473c7c2..415c8f785c0 100644
--- a/docker/troubleshooting.md
+++ b/docker/troubleshooting.md
@@ -21,3 +21,5 @@ sudo docker run --detach --name gitlab --publish 8080:80 --publish 2222:22 --vol
sudo docker run -t --rm --volumes-from gitlab_data ubuntu tail -f /var/log/gitlab/reconfigure.log
sudo docker run -t --rm --volumes-from gitlab_data ubuntu cat /var/log/gitlab/postgresql.log
+
+sudo docker run -ti --rm --volumes-from gitlab_data ubuntu /bin/sh