- replace old Docker desktop screenshot with the new sidebar
- Remove all references to Yarn in the explanation for Part 1
- Show new project directory structure for getting-started-repo
- Remove PWD reference from Part 3
- Remove all occurances of Yarn in Part 7 and 8
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
This PR is heavily dependent upon
https://github.com/docker/getting-started-app/pull/98
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Craig Osterhout <craig.osterhout@docker.com>
<!--Delete sections as needed -->
## Description
Updated image to `node:lts-alpine` and tested in bind mounts,
multi-container, and compose topics.
`node:18-alpine` is no longer available.
The image was already updated to `node:lts-alpine` in the initial topics
of the workshop.
lts (version 22) should be good until April 2027
## Related issues or tickets
https://docker.slack.com/archives/C04BMTUC41E/p1758903149468219
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
Update blog post URL.
## Description
The blog post link detailing why using env vars in production is
discouraged, is broken.
Updated link to blog post to post's new location.
<!--Delete sections as needed -->
## Description
Added some aliases for Hub and get-started content
## Related issues or tickets
ENGDOCS-2514
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Editorial review
Signed-off-by: Craig <craig.osterhout@docker.com>
For Window users it's important to know this, users on stack overflow
reports lost in troubleshooting or finding file sharing option in
setting. I was lost too.
<!--Delete sections as needed -->
## Description
<!-- Tell us what you did and why -->
## Related issues or tickets
<!-- Related issues, pull requests, or Jira tickets -->
## Reviews
<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->
- [ ] Technical review
- [ ] Editorial review
- [ ] Product review
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
The build guide that I once wrote now duplicates a lot of content with
the concept guide launched a few months back. It doesn't make sense to
cover the same topics multiple times, so I'm removing the older build
guide and incorporating some of the topics into the build manual
instead.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>