From 90fe31b6c9a6794937bc9ee886283ae9514a3697 Mon Sep 17 00:00:00 2001 From: Croft Date: Thu, 26 Jan 2023 11:15:55 +0100 Subject: [PATCH] Described Docker logging in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fe2e2e..6d4a0f8 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,11 @@ Once the Bridgehead is running, you can also view the individual Docker processe docker ps ``` -There should be 6 Docker proceses. If there are fewer, then you know that something has gone wrong. +There should be 6 Docker proceses. If there are fewer, then you know that something has gone wrong. To see what is going on, run: + +```shell +docker-compose -f bbmri/docker-compose.yml logs --follow +``` Once the Bridgehead has passed these checks, take a look at the landing page: