From 17ec6d7ae48d1943af751ef7db386fd821eb3859 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 4 May 2019 10:18:26 -0500 Subject: [PATCH] add Debugging step to README --- .github/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/README.md b/.github/README.md index a506f3b80..6b8b54785 100644 --- a/.github/README.md +++ b/.github/README.md @@ -54,6 +54,11 @@ We have containerized FilterLists to make it as easy as possible for contributer 1. Execute `docker container ls` to find the `CONTAINER ID` of the `filterlists.web` container. 2. Execute `docker-compose up -d --build [CONTAINER ID]` replacing `[CONTAINER ID]` with the hash from step 1. +### Debugging + +1. Execute `docker container ls -a` to find the `CONTAINER ID` of the container in question. +2. Execute `docker logs [CONTAINER ID]` replacing `[CONTAINER ID]` with the hash from step 1 to view the logs from that container. + # Acknowledgements - Imre Kristoffer Eilertsen [@DandelionSprout](https://github.com/DandelionSprout) : major contributor