Ajeet Singh Raina
a9318682fd
Removed Java as a pre-requisite for Multi-Stage Build Concept page
2024-11-12 22:24:56 +05:30
Sarah Sanders
81182d55a2
Merge pull request #21401 from sarahsanders-docker/ENGDOCS-2307
...
Update DH release notes to include OATs and PAT expiration
2024-11-12 08:18:47 -08:00
Alex Conlin
f01d6f3b20
Fix duplicated word
2024-11-12 11:17:48 +00:00
Allie Sadler
0c5c470b0f
fix broken links ( #21408 )
...
<!--Delete sections as needed -->
## Description
Closes https://github.com/docker/docs/issues/21405 and closes
https://github.com/docker/docs/issues/21400#event-15259696157
## 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-12 10:21:13 +00:00
Allie Sadler
cef62c197d
ENGDOCS-2306 ( #21398 )
...
<!--Delete sections as needed -->
## Description
Freshness on IAM, HDD index page and Air-gapped containers page.
## 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-12 08:05:58 +00:00
Sarah Sanders
b585604f1c
Update DH release notes to include OATs and PAT expiration
2024-11-11 11:40:33 -08:00
Sarah Sanders
524b00fa24
Merge pull request #21370 from sarahsanders-docker/ENGDOCS-2288
...
Update new-plans.md callouts for Dec. 10th date
2024-11-11 09:34:43 -08:00
Craig Osterhout
ee41406114
hub: refresh quickstart ( #21374 )
...
<!--Delete sections as needed -->
## Description
Refreshed Hub Quickstart.
- Added a brief intro.
- Added the "how to find an image" use-case.
- Updated pull/push steps to use the same image to show how easy it is
to extend images.
- Moved install DD and create an account as prereqs to keeps the steps
Hub-focused.
- Updated next steps to have a more natural flow related to the previous
step.
--------
Signed-off-by: Craig <craig.osterhout@docker.com>
2024-11-11 09:15:50 -08:00
Mihaela Stoica
d4c7e4ab3e
Update VMM page ( #21396 )
...
## Description
Add a note about the memory requirement for Docker VMM
## 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>
2024-11-11 12:27:58 +00:00
Allie Sadler
4121679775
remove banner ( #21395 )
...
<!--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
2024-11-11 12:08:40 +00:00
Sebastiaan van Stijn
16c86ec864
Merge pull request #21379 from dvdksn/dynamic-api-version-example
...
chore: use dynamic api version in example
2024-11-09 00:20:06 +01:00
David Karlsson
8c9d19cba9
Merge pull request #21385 from dvdksn/tidy-vale-rules
...
vale: housekeeping vocabulary and acronyms
2024-11-08 21:16:01 +01:00
Sarah Sanders
5ffcf87c16
Merge pull request #21347 from sarahsanders-docker/ENGDOCS-2299
...
Update manage org docs for user invitation flow
2024-11-08 09:16:38 -08:00
David Karlsson
64736e4c39
style: s/distro/distribution/g
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 16:47:05 +01:00
Sebastiaan van Stijn
898aa4d2d3
engine/install: sync some wording between distros
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn
0628e31742
engine/install: ubuntu/rpi-os: sync uninstall with debian steps
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn
d5859c5ff7
engine/install: fix some stray whitespace
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn
a23d62139a
engine/install: fix indentation in debian, raspberry-pi-os
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn
3a12814361
engine/install: fix leftover old version in ubuntu
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn
a8cfab163d
engine/install: use dnf for CentOS and RHEL
...
The versions of CentOS and RHEL we support now have dnf as a default
instead of yum, so rewrite these to use dnf.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:42:00 +01:00
Sebastiaan van Stijn
26aaea63a4
engine/install: remove -y from yum installation steps
...
Use interactive installation for packages from our repository, so that the user
can confirm what will be installed. For the distro-packages (yum-utils),
we keep the non-interactive, as these should be generally ok to install.
follow-up to fde4750c85
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:41:59 +01:00
Sebastiaan van Stijn
7073f01453
engine/install: Docker -> Docker Engine
...
Make it more clear we're starting the engine (not "docker", the CLI).
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:41:59 +01:00
Sebastiaan van Stijn
778d1c3442
engine/install: enable engine as system service on rpm installs
...
Unlike deb-based systems, installing an rpm doesn't automatically
start the Docker service, and starting the service doesn't make
it automatically start on (re)boot.
Update the instructions so that Docker is automatically started
on boot.
follow-up to 1514b0dc36
, which left
some of the old instructions.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 14:41:59 +01:00
David Karlsson
b6fb15bea5
Merge pull request #21381 from george-hopkins/patch-1
...
Fix title level in Compose file reference
2024-11-08 14:05:50 +01:00
Sebastiaan van Stijn
6af3c4cc0f
Merge pull request #21380 from dvdksn/engine-install-syncup
...
engine: minor improvements to rpm-based installation instructions
2024-11-08 13:58:08 +01:00
David Karlsson
df6f8331c3
Merge pull request #21376 from dvdksn/dockerfile-1.11-changelog
...
build: dockerfile 1.11.1 changelog
2024-11-08 13:34:48 +01:00
David Karlsson
c72f084669
Merge pull request #21369 from dvdksn/gha-setup-docker-example
...
build: gha example loading multi-platform images with containerd
2024-11-08 13:34:35 +01:00
David Karlsson
7402de4fdc
build: gha example loading multi-platform images with containerd
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 13:25:46 +01:00
David Karlsson
1514b0dc36
engine: enable the systemd service by default after installation
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 13:22:14 +01:00
David Karlsson
fde4750c85
engine: remove -y from fedora (dnf) installation steps
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 13:22:10 +01:00
George Hopkins
57a2bb6ef2
Fix title level in Compose file reference
2024-11-08 12:19:09 +01:00
David Karlsson
473a19c720
chore: use dynamic api version in example
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 12:04:33 +01:00
David Karlsson
d5e4a5144b
build: dockerfile 1.11.1 changelog
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-08 09:49:54 +01:00
Sebastiaan van Stijn
1ccbcc3434
engine/install: add Ubuntu Oracular 24.10
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 09:38:37 +01:00
Sebastiaan van Stijn
5a2ad2dd36
engine/install: add Fedora 41, remove Fedora 39
...
Fedora 39 is EOL next week, so slightly ahead of time, but new users
should not be recommended to use it.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 09:37:19 +01:00
Sebastiaan van Stijn
65699e4708
engine: update versions for 27.3.1
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-11-08 09:34:36 +01:00
Sarah Sanders
94d72ed668
Fix callout in Hub guide
2024-11-07 16:04:05 -08:00
Guillaume Lours
efe6a80467
release-notes for Compose v2.30.3 version
...
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2024-11-07 23:17:12 +01:00
Sarah Sanders
0ec23df99f
Update new-plans.md callouts for Dec. 10th date
2024-11-07 11:14:05 -08:00
Allie Sadler
873814557e
add redirect link ( #21367 )
...
<!--Delete sections as needed -->
## Description
Closes https://github.com/docker/docs/issues/21359
## 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-07 15:13:40 +00:00
Allie Sadler
99a24c4a6b
ENGDOCS-2300 ( #21354 )
...
<!--Delete sections as needed -->
## Description
Final PR to improve the DD IA.
Validate test failing due to link that needs fixing in an upstream repo
## 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
---------
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 14:45:53 +00:00
David Karlsson
6e45fe69e0
fix: broken link to dd settings after refactor
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:18:41 +01:00
David Karlsson
4349b25169
Merge pull request #21107 from dvdksn/copilot-restructure
...
copilot: restructure content, editorial improvements
2024-11-07 13:10:08 +01:00
David Karlsson
2773210801
Merge pull request #21284 from dvdksn/docker-zscaler-guide
...
guides: add docker+zscaler guide
2024-11-07 13:08:01 +01:00
David Karlsson
8029815845
copilot: remove "actions on your behalf" section, add "limitations"
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson
51acb80f1f
copilot: restructure examples section
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson
f3a1142f52
copilot: clarify data processing disclaimer
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson
80a7cedc56
copilot: revamp example prompts
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson
36a227b30c
copilot: add question marks to example questions
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00
David Karlsson
c7347bde41
copilot: "supported languages" pertains to containerization features
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-11-07 13:06:43 +01:00