Skip to content

Commit ee6a92c

Browse files
committed
Add note about viewing logs
1 parent b688be0 commit ee6a92c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

workshop/exercises/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ To connect to the containers to use bash commands you can use the following comm
2525
docker exec -it mapserver bash
2626
docker exec -it node bash
2727
```
28+
29+
To view live logs:
30+
31+
```bash
32+
docker logs --follow mapserver
33+
```

0 commit comments

Comments
 (0)