From a1a177ddf3b4371d5eb64bd4eb1322888776bf67 Mon Sep 17 00:00:00 2001 From: Rachel House Date: Mon, 16 Dec 2024 12:44:42 -0600 Subject: [PATCH 1/3] show expected output of docker compose in README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 241522b..2fa860a 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,14 @@ If you are an experienced GX user, these tutorials will provide code examples of ``` > [!NOTE] -> The first time that you start the Docker compose instance, the underlying Docker images need to be built. This process can take several minutes. +> The first time that you start the Docker compose instance, the underlying Docker images need to be built. This process can take several minutes. When environment is ready, you will see the following output in the terminal: +> +>``` +>✔ Network tutorial-gx-in-the-data-pipeline_gxnet Created +>✔ Container tutorial-gx-in-the-data-pipeline-postgres Healthy +>✔ Container tutorial-gx-in-the-data-pipeline-airflow Healthy +>✔ Container tutorial-gx-in-the-data-pipeline-jupyterlab Healthy +>``` 4. Access the JupyterLab (to run tutorial cookbooks) and Airflow (to run data pipelines) applications using a web browser. * JupyterLab: `http://localhost:8888/lab` From 60b261edb01a1901c901e649dc4d91be50756b3b Mon Sep 17 00:00:00 2001 From: Rachel House Date: Mon, 16 Dec 2024 12:46:40 -0600 Subject: [PATCH 2/3] upgrade to important --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fa860a..57bb26e 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,10 @@ If you are an experienced GX user, these tutorials will provide code examples of docker compose up --build --detach --wait ``` -> [!NOTE] -> The first time that you start the Docker compose instance, the underlying Docker images need to be built. This process can take several minutes. When environment is ready, you will see the following output in the terminal: +> [!IMPORTANT] +> The first time that you start the Docker compose instance, the underlying Docker images need to be built. This process can take several minutes. +> +> When environment is ready, you will see the following output in the terminal: > >``` >✔ Network tutorial-gx-in-the-data-pipeline_gxnet Created From 161b41a45a3012a3622443e8862795be8d1ec67f Mon Sep 17 00:00:00 2001 From: Rachel House Date: Mon, 16 Dec 2024 12:48:07 -0600 Subject: [PATCH 3/3] bold for attention --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 57bb26e..2651b70 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ If you are an experienced GX user, these tutorials will provide code examples of > [!IMPORTANT] > The first time that you start the Docker compose instance, the underlying Docker images need to be built. This process can take several minutes. > -> When environment is ready, you will see the following output in the terminal: +> **When environment is ready, you will see the following output in the terminal:** > >``` >✔ Network tutorial-gx-in-the-data-pipeline_gxnet Created