Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Follow the instructions to run the to-do list app on your system.

If this feels overwhelming, don't worry! You'll get there!

5. With everything now up and running, you can open [http://localhost:3000](http://localhost:3000) in your browser to see the site. Feel free to add items to the list, check them off, and remove them.
5. With everything now up and running, you can open [http://localhost:3000](http://localhost:3000) in your browser to see the site. Note that the application may take 10-15 seconds to fully start. If the page doesn't load right away, wait a moment and refresh. Feel free to add items to the list, check them off, and remove them.

![A screenshot of a webpage showing the todo-list application running on port 3000](images/todo-list-app.webp?border=true&w=950&h=400)

Expand Down
2 changes: 1 addition & 1 deletion data/engine-cli/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ long: |-

### Environment variables

The following list of environment variables are supported by the `docker` command
The following list of environment variables is supported by the `docker` command
Copy link
Contributor

@dvdksn dvdksn Oct 31, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch but unfortunately this file is generated, from this: https://github.com/docker/cli/blob/master/docs/reference/commandline/docker.md

And reading this just now, maybe we could even clarify what we mean here with:

The following environment variables configure the Docker CLI:

Would you mind submitting a PR to docker/cli and dropping it from here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing now. Thanks.

line:

| Variable | Description |
Expand Down