Sync README.en.md with last two commits to README.md#58
Conversation
Agent-Logs-Url: https://github.com/codeedu/wsl2-docker-quickstart/sessions/6496fb4f-d5e1-4a63-9fdd-bbc3c4519d8f Co-authored-by: argentinaluiz <4926329+argentinaluiz@users.noreply.github.com>
…e385d4 and 3aa8640) Agent-Logs-Url: https://github.com/codeedu/wsl2-docker-quickstart/sessions/2e2d11f7-7c6b-4972-b582-f3eafcbebf9b Co-authored-by: argentinaluiz <4926329+argentinaluiz@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Synchronizes README.en.md with recent updates to the Docker Engine installation instructions so the English README matches the current Ubuntu/WSL2 Docker setup flow.
Changes:
- Moves the “For other Linux distributions” note above the Ubuntu-specific install commands.
- Updates Ubuntu install steps to use
aptand Docker’s current DEB822 (docker.sources) repository configuration. - Improves post-install guidance: service status/start instructions and a
hello-worldverification step.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| ```bash | ||
| sudo service docker status | ||
| ``` |
There was a problem hiding this comment.
The command in this code block has an extra leading space before sudo, which makes copy/paste inconsistent with the other command blocks in this section. Remove the leading whitespace so the command is flush-left inside the fenced block.
| ```bash | ||
| sudo service docker start | ||
| sudo service docker start | ||
| ``` |
There was a problem hiding this comment.
This code block also has an extra leading space before sudo. Please remove it to keep command examples consistent and avoid copying a leading space into shells/tools that treat it specially.
| "Hello from Docker! | ||
| This message shows that your installation appears to be working correctly..." |
There was a problem hiding this comment.
The expected hello-world output snippet is inaccurate/ill-formed: it starts with a double quote but never closes it, and the real Docker output does not include surrounding quotes. Update the snippet to match the actual docker run hello-world output format (no quotes) and ensure it’s syntactically consistent.
| "Hello from Docker! | |
| This message shows that your installation appears to be working correctly..." | |
| Hello from Docker! | |
| This message shows that your installation appears to be working correctly. |
README.en.mdwas out of sync with two recent commits that updated the Docker Engine installation section ofREADME.md.Changes
From
de385d4(missed entirely):apt-get→aptecho | sudo tee docker.listrepository setup with the current DEB822 format:curl | gpg --dearmormethod)From
3aa8640(partially applied):> **For other Linux distributions**heading format (was> **NOTE:**)service docker statuscheck +service docker startfor manual fallbackhello-worldpost-install verification step with expected output in a code block📱 Kick off Copilot coding agent tasks wherever you are with GitHub Mobile, available on iOS and Android.