Commit Graph

61412 Commits

Author SHA1 Message Date
Allie Sadler 9970f81c0d
Engdocs 1912b - freshness (#18914)
* swarm tutorial and concepts

* how swarm works

* review edits
2023-12-14 09:15:29 +00:00
David Karlsson b828c661f1
Merge pull request #18892 from dvdksn/invertible-images
invertible images
2023-12-14 10:14:13 +01:00
David Karlsson 3a53491eb1
Merge pull request #18917 from docker/mikesir87-patch-1
Fix permission for Scout GHA
2023-12-14 07:39:09 +01:00
Michael Irwin 9756d1066d
Fix permission for Scout GHA
The permission needed to allow Scout to write back to the PR was incorrect (docs here - https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs)
2023-12-14 01:30:10 -05:00
David Karlsson f94191c981
Merge pull request #18915 from dvdksn/cli-multiline-desc
hugo: handle multiline flag descriptions
2023-12-13 21:38:04 +01:00
David Karlsson 72725b7708 hugo: handle multiline flag descriptions
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-13 21:14:31 +01:00
Sebastiaan van Stijn b2740a4956
Merge pull request #18912 from thaJeztah/logentries_deprecation
logging: add deprecation message for logentries logging driver
2023-12-13 15:11:08 +01:00
Sebastiaan van Stijn a6e4a372a1
Merge pull request #18910 from thaJeztah/devicemapper_deprecation
storage-drivers: add warning about devicemapper deprecation
2023-12-13 10:57:58 +01:00
Sebastiaan van Stijn 9fca00261d
logging: add deprecation message for logentries logging driver
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-13 10:52:09 +01:00
Sebastiaan van Stijn 401122e131
engine: update vendored docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-13 10:48:00 +01:00
Sebastiaan van Stijn c3cad2a3fd
storage-drivers: add warning about devicemapper deprecation
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-13 10:27:43 +01:00
Stephanie Aurelio 8e490c1c98
Improvements to subscription pages (#18806)
* add more description and update faq order

* avoid repetition

* implement feedback
2023-12-12 10:34:48 -08:00
David Karlsson 993c53a177
Merge pull request #18906 from dsotirakis/patch-2
`docker/build-push-action`: Update attestations.md
2023-12-12 16:49:26 +01:00
Dimitris Sotirakis 24581df40d
Update attestations.md
Small typo fix - and also removing a section as duplicated.
2023-12-12 17:39:56 +02:00
Allie Sadler 4f3e7d24e9
ENGDOCS-1910 (#18905) 2023-12-12 13:53:06 +00:00
Sebastiaan van Stijn 9254944539
Merge pull request #18753 from dvdksn/mv-nw-overview
network: add container networking intro from docker run reference
2023-12-12 11:20:20 +01:00
David Karlsson c4ebb8ef88
Merge pull request #18897 from craig-osterhout/issue-18890
get-started: add walkthrough landing redirect
2023-12-12 10:51:27 +01:00
David Karlsson 5557874c8d network: add container networking intro from docker run reference
This change adds more introductory information about container
networking to the networking overview page, moving it from the docker
run reference page.

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-12 10:49:23 +01:00
David Karlsson 63678972dd
Merge pull request #18902 from thaJeztah/rm_double_copy
Dockerfile: fix duplicate WORKDIR, and source COPY for update-modules…
2023-12-11 22:48:29 +01:00
Sebastiaan van Stijn 6728abcd38
Dockerfile: fix duplicate WORKDIR, and source COPY for update-modules stage
I noticed that building the "vendor" target was copying the source twice;
once in the "build-base" stage, and once in the "update-modules" stage:

    docker buildx bake --set vendor.args.MODULE=github.com/docker/cli vendor
    ...
    => [build-base 1/3] COPY --from=hugo /go/bin/hugo /bin/hugo                 0.2s
    => [build-base 2/3] COPY --from=node /src/node_modules /src/node_modules    1.6s
    => [build-base 3/3] COPY . .                                                3.1s
    => [update-modules 1/4] WORKDIR /src                                        0.0s
    => [update-modules 2/4] COPY . .                                            5.0s
    => [update-modules 3/4] RUN hugo mod get -u                                14.1s
    => [update-modules 4/4] RUN hugo mod vendor                                17.3s

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-11 22:46:07 +01:00
Sebastiaan van Stijn d3bb158357
Merge pull request #18900 from dvdksn/contributing-fix-typo
fix: buildx bake typo
2023-12-11 22:37:04 +01:00
David Karlsson e2a43539d4 fix: buildx bake typo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-11 22:34:17 +01:00
David Karlsson d16c531c59
Merge pull request #18899 from thaJeztah/update_cli_reference
update engine docs and cli reference
2023-12-11 22:29:16 +01:00
Sebastiaan van Stijn 61b6126aa0
engine: update cli-reference yaml-docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-11 22:22:58 +01:00
David Karlsson f3697bde39
Merge pull request #18898 from javadh75/patch-1
Update nvidia/cuda image tag
2023-12-11 22:21:05 +01:00
Seyed Javad Hosseini dad163655d
Update nvidia/cuda image tag
Image tag 10.2-base is no longer present in the image registry so it should be replaced by a newer image tag which is present in the image registry
2023-12-12 00:38:00 +03:30
Sebastiaan van Stijn f552eb7ae0
update cli docs to latest of 24.0 branch
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-12-11 22:07:48 +01:00
Craig Osterhout b399291381
add walkthrough redirect
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 11:40:34 -08:00
Craig Osterhout 150a4ba88f
remove run sample app without docker (#18877)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 10:11:12 -08:00
Craig Osterhout 2fed6cbe5d
update get docker cards (#18883)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 10:10:48 -08:00
Craig Osterhout fb2b2c28a6
update Go guide - run tests (#18885)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 10:10:23 -08:00
David Karlsson 9c0da51565
Merge pull request #18894 from dvdksn/buildui-screenshots
build: update buildui screenshots
2023-12-11 16:49:11 +01:00
David Karlsson 6e87fa6526
Merge pull request #18893 from dvdksn/hide-icon-ligature
a11y: add aria-hidden to external link icons
2023-12-11 16:48:56 +01:00
David Karlsson 2f9f63c410 build: update buildui screenshots
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-11 10:22:07 +01:00
David Karlsson c710541f28 a11y: add aria-hidden to external link icons
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-11 09:43:11 +01:00
David Karlsson e7a5309a78
Merge pull request #18760 from dvdksn/rm-advanced-image-mgmt
hub: remove advanced image management
2023-12-11 08:07:42 +01:00
David Karlsson 57815c3be8 build: make LLB DAG diagram invertible
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-10 21:33:27 +01:00
David Karlsson 0adbe36a0f feat: add invertible class for images
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-10 21:32:40 +01:00
Zain Hasan 0f7e6ec2da
doc: comment about async behavior of cli.ImagePull (#18884)
* docs: comment about async behavior of cli.ImagePull

More details on the behavior: https://github.com/moby/moby/issues/28646
2023-12-09 20:39:52 +01:00
Craig Osterhout 466d833ce5
update get started (#18876)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-08 08:44:04 -08:00
David Karlsson f64a0f4ce8 hub: remove advanced image management
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-08 13:14:05 +01:00
David Karlsson 019a9f79d2
Merge pull request #18879 from wedge-jarrad/sbom-provenance-copy-pasta
Fix typo: s/provenance/sbom/
2023-12-08 08:18:27 +01:00
Wedge Jarrad 1411870cac Fix typo: s/provenance/sbom/ 2023-12-07 21:34:39 -08:00
Craig Osterhout e9d930069d
add php language-specific guide (#18794)
* add php language guide
---------

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-07 12:42:16 -08:00
Stephanie Aurelio 031efe9158
Update Hub UI element names (#18873)
* replace ui element name

* update ui name for account settings

* Implement feedback

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>

---------

Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2023-12-07 09:39:11 -08:00
Mihaela Stoica 81181876db
Add known issue to Docker Desktop release notes (#18872) 2023-12-07 09:54:22 +00:00
David Karlsson 4ef61369dc
Merge pull request #18871 from stephaurelio/sma/1895/updateHubFaq
Update Hub FAQ
2023-12-07 05:59:17 +01:00
Stephanie Aurelio dde34fdf00 remove question 2023-12-06 19:06:07 -08:00
David Karlsson 3a456992a1
Merge pull request #18869 from dvdksn/table-w
css: improve table display
2023-12-06 21:03:36 +01:00
David Karlsson fbab835920 css: improve table display
- Use full reading col width for tables on large screens
- Use `display: block; overflow-x: scroll;` on small screens

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-06 20:52:09 +01:00