Described Docker logging in README
This commit is contained in:
parent
92d88ad815
commit
90fe31b6c9
|
@ -181,7 +181,11 @@ Once the Bridgehead is running, you can also view the individual Docker processe
|
||||||
docker ps
|
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:
|
Once the Bridgehead has passed these checks, take a look at the landing page:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue