Commit Graph

35 Commits

Author SHA1 Message Date
Tiara Johnson
e7e28c4386 Update pricing url with ref and refAction params [GRO-282] (#24339)
## Description
In order to better attribute upgrade sources, we are adding two params -
`ref` and `refAction` to the existing pricing url.
The `ref` will be "Docs" and the `refAction` will be the particular docs
page from where the pricing url click is originated.

## Related issues or tickets
https://docker.atlassian.net/browse/GRO-282

## Reviews
@akristen You should see the new url params when hovering over or
clicking any of the updated pricing urls

- [ ] Technical review
- [ ] Editorial review
- [ ] Product review

---------

Co-authored-by: Alexa Kristensen <81787716+akristen@users.noreply.github.com>
2026-03-12 09:12:44 -05:00
Guillaume Tardif
58df09f05f Update docs to rename cagent => docker agent
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2026-03-04 16:36:11 +01:00
David Karlsson
70d0c07c69 site: use content adapters for cli reference
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2026-02-24 08:01:05 +01:00
shynur
64afacc22f ; fix typo 2026-02-05 11:37:27 +08:00
Ajeet Singh Raina, Docker Captain, ARM Innovator
ca0e85cf12 Replacing Yarn with npm in Docker Workshop (#24012)
- 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>
2026-01-28 07:58:31 -08:00
Craig Osterhout
c2f6f03da4 get-started: update node version (#23464)
<!--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>
2025-09-29 08:15:55 -07:00
JPBotelho
2c0d6fd792 fix: typos (#23435)
<!--Delete sections as needed -->

## Description

Fixed typos

## 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
2025-09-19 16:05:53 -07:00
mirrormx
9e8032b354 fix incorrect term used (#22700)
## Description

Changed incorrect term used  "container" -> "image"

## Reviews

- [ ] Technical review
- [x] Editorial review
- [ ] Product review
2025-07-17 12:13:15 +02:00
Marco Enrico
f3123f0506 Update 07_multi_container.md (#23010)
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.
2025-07-07 08:08:04 +01:00
Sarah Sanders
45ccab3f61 Merge pull request #22670 from sarahsanders-docker/get-started-content
get started: add troubleshooting callout
2025-05-20 12:43:33 -04:00
Craig Osterhout
8d57252d2e add some aliases (#22337)
<!--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>
2025-04-01 07:58:39 -07:00
Allie Sadler
eb331a22df Merge pull request #22117 from aevesdocker/ENGDOCS-2451
ENGDOCS-2451
2025-03-06 14:45:54 +00:00
Shariq Ahmed Khan
6e529f4511 Update 06_bind_mounts.md (#21696)
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>
2025-01-20 09:14:36 +00:00
Shariq Ahmed Khan
ac47c3f3fa Update 02_our_app.md
add 'useful' missing info about detached mode
2024-12-14 09:15:47 +01:00
Michael Bear
b04982b93f Replace node:18 with node:lts in 09_image_best.md 2024-11-13 20:28:57 -05:00
Michael Bear
0834e18336 Merge branch 'docker:main' into getting-started_part8_image 2024-11-13 20:16:02 -05:00
Michael Bear
03507baf7c Update 09_image_best.md - 18-alpine image 2024-11-10 21:52:18 -05:00
Sarah Sanders
8b81c215db Found more outdated callouts, fixed whitespacing 2024-11-08 10:32:44 -08:00
Sarah Sanders
be328b9958 Update all outdated callouts 2024-11-08 10:31:58 -08:00
Allie Sadler
502e61c960 ENGDOCS-2298 (#21339)
<!--Delete sections as needed -->

## Description

More DD IA improvements. Moves troubleshooting, faqs, support, and other
misc. pages.

## 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
2024-11-05 14:03:52 +00:00
David Karlsson
47ffcff13d get-started: fix/simplify the persisting data experiment
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-04 11:15:43 +01:00
David Karlsson
158beace56 get-started: simplify workshop intro, update node version
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-04 11:15:43 +01:00
Allie Sadler
b1256d572f ENGDOCS-2265 (#21203)
* ENGDOCS-2265

* Apply suggestions from code review
2024-10-22 11:25:13 +01:00
Craig Osterhout
b0c0082085 update get started workshop (#21139)
Signed-off-by: Craig <craig.osterhout@docker.com>
2024-10-16 13:33:35 -07:00
David Karlsson
2e59bd4eb7 site: use filter-based nav for guides
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-03 16:50:15 +02:00
Craig
26f3556478 update link wording
Signed-off-by: Craig <craig.osterhout@docker.com>
2024-09-26 10:05:08 -07:00
eeshwarchembeti
2df15a7c23 Update 03_updating_app.md (#20907) 2024-09-16 14:41:20 -07:00
morimoto
ff746c9324 Update 06_bind_mounts.md (#20894)
persisting data was moved to part 4. fix the link description.
2024-09-16 14:38:39 -07:00
Allie Sadler
8193b2f1ef consolidate settings (#20810) 2024-09-09 13:53:18 +01:00
David Karlsson
656d1a871c chore: add navigation stubs, weights
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 11:24:49 +02:00
David Karlsson
135870fc13 hugo: move manuals content to /manuals section
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-09-09 10:51:09 +02:00
David Karlsson
6bce6d72cf Merge pull request #20715 from dvdksn/build-guide-refactor
build: incorporate build guide into manuals
2024-08-28 04:22:59 +02:00
David Karlsson
df6367f9ad build: incorporate build guide into manuals
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>
2024-08-27 15:32:59 +02:00
David Karlsson
07a053763f compose: use plugin base cmd as cli overview
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-22 15:45:42 +02:00
Allie Sadler
abd030c3fe ENGDOCS-2185 (#20655)
* ENGDOCS-2185

* fix

* silly mistake

* rename getting-started to introduction

* fix

* final fix

* formtatting

* review edits

* review edits

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

---------

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-08-20 08:23:29 +01:00