diff --git a/README.md b/README.md
index 41d5283bfbcb2540b335c7905b08f742cd47ceb0..afcde3d55860874c71d42fe9a4933c358e90f363 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,8 @@ Run the Docker image (with notebooks) by running
 docker run --rm -it -p 8888:8888 -e JUPYTER_LAB_ENABLE=yes gitlab.liu.se:5000/phd-courses/multiple-target-tracking
 ```
 
+Regardless if you use the container registry or your locally built image, the run command will start jupyter lab for you where you can run whatever notebook you want. The exercises are contained within each respective `exercise-session-x.ipynb` notebooks.
+
 # Documentation
 The documentation is hosted on Gitlab pages but is also buildable locally in the provided Docker image.
 The documentation can be found [here](https://phd-courses.gitlab-pages.liu.se/multiple-target-tracking).