From b940b9d80ac72813334f44b4c003bafc657b4b79 Mon Sep 17 00:00:00 2001 From: Liam Tomson-Moylan Date: Sun, 3 May 2026 17:02:52 -0500 Subject: [PATCH] Update 02_our_app.md I was following the steps for setting up a Docker Containerization and felt this would be a common issue that new users would encounter. Having the users open the Docker Desktop Instance will help ensure their commands on the command line execute without error as they follow along with the steps. --- content/get-started/workshop/02_our_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/workshop/02_our_app.md b/content/get-started/workshop/02_our_app.md index 6d1456123797..73b8c2a8f0ef 100644 --- a/content/get-started/workshop/02_our_app.md +++ b/content/get-started/workshop/02_our_app.md @@ -76,7 +76,7 @@ To build the image, you'll need to use a Dockerfile. A Dockerfile is simply a te 2. Build the image using the following commands: - In the terminal, make sure you're in the `getting-started-app` directory. Replace `/path/to/getting-started-app` with the path to your `getting-started-app` directory. + Ensure that you've opened an instance of Docker Desktop. Otherwise, your commands will encounter an error connecting to the Docker API. In the terminal, make sure you're in the `getting-started-app` directory. Replace `/path/to/getting-started-app` with the path to your `getting-started-app` directory. ```console $ cd /path/to/getting-started-app