summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-12-02 16:28:12 +0100
committerSytse Sijbrandij <sytses@gmail.com>2014-12-02 16:28:12 +0100
commita33cb855302f189f3510fc2fbe73851d9d7a7b74 (patch)
tree56079e1162e1b50cc84c52312d535050cb4c137c /docker
parent8dd3a16227149405f2e38663c16099b53db1745d (diff)
downloadgitlab-ce-a33cb855302f189f3510fc2fbe73851d9d7a7b74.tar.gz
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