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:
authorSytse Sijbrandij <sytses@gmail.com>2014-12-02 18:28:12 +0300
committerSytse Sijbrandij <sytses@gmail.com>2014-12-02 18:28:12 +0300
commita33cb855302f189f3510fc2fbe73851d9d7a7b74 (patch)
tree56079e1162e1b50cc84c52312d535050cb4c137c /docker
parent8dd3a16227149405f2e38663c16099b53db1745d (diff)
Add interactive commands.
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