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
Stephanie Aurelio
395df2daf2
implement feedback
2023-12-11 12:30:03 -08:00
Craig Osterhout
b399291381
add walkthrough redirect
...
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-12-11 11:40:34 -08:00
David Karlsson
f70a077b72
build: add cloud build
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-11 20:34:41 +01: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
Stephanie Aurelio
9404cbd714
update name and implement feedback
2023-12-11 09:41:31 -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
Stephanie Aurelio
ba85bea6e8
add build plan to deactivate account prereqs
2023-12-07 14:32:19 -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
Stephanie Aurelio
4a3675cf89
update names
2023-12-06 08:34:06 -08:00
David Karlsson
b8515a14c3
Merge pull request #18824 from dvdksn/calm-down
...
engine: improve docker-ce installation prelude
2023-12-06 17:02:16 +01:00
David Karlsson
bdcf84efed
Merge pull request #18863 from dvdksn/buildui-ga
...
build: remove beta callouts for builds view
2023-12-06 15:22:22 +01:00
Allie Sadler
ce8823deae
Engdocs 1814 ( #18670 )
...
* ENGDOCS-1814
* ENGDOCS-1814
* tidy up
* style guide edits
* review comments
2023-12-06 14:19:51 +00:00
David Karlsson
4506cfdafe
build: remove beta callouts for builds view
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-06 15:16:51 +01:00
karman
4f2a5312e6
Updated release notes for PR 25342 ( #18861 )
...
* Updated release note for PR 25342
* Update content/desktop/release-notes.md
---------
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-12-06 12:35:20 +00:00
David Karlsson
b438a42291
Merge pull request #18725 from dvdksn/scout-sq
...
scout: add sonarqube integration
2023-12-06 11:52:16 +01:00
David Karlsson
aae15384f1
Merge pull request #18859 from dvdksn/fix-endquote-kubectl-debug-builder
...
fix: missing single quote for jq command
2023-12-06 11:43:00 +01:00
David Karlsson
938822568d
scout: add sonarqube integration
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-06 11:42:02 +01:00
Allie Sadler
9d953161e8
fix hl ( #18860 )
2023-12-06 10:12:28 +00:00
David Karlsson
1d139c4213
fix: missing single quote for jq command
...
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-12-06 10:59:05 +01:00
Allie Sadler
c48c5215ca
Engdocs 1871 ( #18780 )
...
* ENGDOCS-1871
* freshness
2023-12-06 09:57:27 +00:00