Skip to content

Commit

Permalink
Show expected Docker compose output in README (#4)
Browse files Browse the repository at this point in the history
Include the expected terminal output of Docker compose in the README quickstart.
  • Loading branch information
rachhouse authored Dec 16, 2024
1 parent f58b339 commit 37d4840
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 37d4840

Please sign in to comment.