summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordberg.se>2015-02-27 03:19:34 +0100
committerLinus Nordberg <linus@nordberg.se>2015-02-27 03:19:34 +0100
commit6aefb4c34f49ee44ed65b961e941fea705344458 (patch)
tree7a42c06eb1200dde0509bd6ba795d0cb27dd0d47
parent1060641f43718304c46c1614c52ff66270c0a038 (diff)
Add some debugging help to README.
-rw-r--r--examples/docker-minimal/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/docker-minimal/README b/examples/docker-minimal/README
index 5c2606d..9334909 100644
--- a/examples/docker-minimal/README
+++ b/examples/docker-minimal/README
@@ -26,3 +26,9 @@ To submit a cert chain and verify the resulting SCT, try the
submitcert tool:
$ tools/submitcert.py --store=tools/testcerts/cert1.txt --check-sct --sct-file=/tmp/cert1-sct https://127.0.0.1:8080/
+
+
+Where are the log files? Try running a shell in the container and poke
+around in the /opt/catlfish/log directory. Here's how to start one:
+
+ $ docker exec -it my-catlfish /bin/bash