diff --git a/get-started/02_our_app.md b/get-started/02_our_app.md index 4b7c8c122c..42dadcbedd 100644 --- a/get-started/02_our_app.md +++ b/get-started/02_our_app.md @@ -135,9 +135,37 @@ Now that you have an image, you can run the application in a [container](../get- At this point, you should have a running todo list manager with a few items, all built by you. -If you take a quick look at your Docker Dashboard, you should see at least one container running that is using the `getting-started` image and on port `3000`. +If you take a quick look at your containers, you should see at least one container running that is using the `getting-started` image and on port `3000`. To see your containers, you can use the CLI or Docker Desktop's graphical interface. - +
+