From 6aefb4c34f49ee44ed65b961e941fea705344458 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 27 Feb 2015 03:19:34 +0100 Subject: Add some debugging help to README. --- examples/docker-minimal/README | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.1