From 37d484019cd9edaeccb53681b5a0ab10c33cc822 Mon Sep 17 00:00:00 2001 From: Rachel House Date: Mon, 16 Dec 2024 15:39:24 -0600 Subject: [PATCH] Show expected Docker compose output in README (#4) Include the expected terminal output of Docker compose in the README quickstart. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 241522b..2651b70 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,17 @@ If you are an experienced GX user, these tutorials will provide code examples of docker compose up --build --detach --wait ``` -> [!NOTE] +> [!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 +>✔ 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`