diff options
Diffstat (limited to 'examples/docker-minimal')
-rw-r--r-- | examples/docker-minimal/README | 6 |
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 |