Sebastiaan van Stijn
756f3b5dd6
Merge pull request #16607 from benja-M-1/extensions/fix-port
...
Fix wrong port number since vite migration
2023-01-27 13:08:59 +01:00
Benjamin Grandfond
6dbc5156e7
Fix wrong port number since vite migration
2023-01-27 11:06:53 +01:00
Lakshya Gupta
db7ec17c6d
Correct typo ( #16600 )
...
* Update swarm-mode.md
2023-01-26 14:22:00 -08:00
Allie Sadler
c68b34e605
fix contribute icons ( #16597 )
2023-01-26 10:48:44 +00:00
David Karlsson
c63e9c3419
Merge pull request #16478 from dvdksn/refresh/container-networking
...
refresh/container networking
2023-01-26 10:00:44 +01:00
David Karlsson
2ff8014595
Merge pull request #16574 from nuno-silva/dry-run-docs
...
fix get-docker invocation with DRY_RUN
2023-01-25 22:51:42 +01:00
jerae-duffin
728adc0f62
Merge pull request #16589 from jerae-duffin/ENGDOCS-1195
...
updated rate limit
2023-01-25 10:26:39 -06:00
David Karlsson
5424418548
Merge pull request #16488 from dvdksn/storage/block-device-mounts
...
storage/block device mounts
2023-01-25 16:36:48 +01:00
David Karlsson
ad077fb8e9
storage: added block storage mount example
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-01-25 16:31:34 +01:00
Allie Sadler
58a506a8a9
modal fix ( #16591 )
2023-01-25 15:06:06 +00:00
Craig Osterhout
28dea857c5
Update domain audit wording ( #16588 )
2023-01-24 13:59:38 -08:00
Jerae Duffin
ec00f29154
updated rate limit
2023-01-24 15:55:58 -06:00
Peter Hauke
6c12c66e06
Fix typo and make other minor language corrections ( #16584 )
...
Remove comma from "Now, that" as it is not necessary in this particular case
Fix typo "pipleline" to "pipeline"
Remove comma after "extension" as it is not necessary here
Replace "you" with "them" in one place
Other minor corrections
2023-01-24 12:49:46 +00:00
Sebastiaan van Stijn
06b74db031
Merge pull request #16560 from thaJeztah/engine_20.10.23_relnotes
...
engine: add release notes for 20.10.23
2023-01-23 14:59:21 +01:00
Allie Sadler
40124e8f2b
update registry example ( #16578 )
2023-01-23 13:34:10 +00:00
Sebastiaan van Stijn
b95443a2e5
engine: add release notes for 20.10.23
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-23 11:19:03 +01:00
Mathieu Champlon
694c762a1a
Add release note about minimum version on macos ( #16570 )
...
* Add release note about minimum version on macos
* Update desktop/release-notes.md
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-01-23 07:51:12 +01:00
Craig Osterhout
f0d1042a00
doc review: update centos installation guide ( #16551 )
...
Sync wording and style
2023-01-22 22:41:14 +01:00
Nuno Silva
a7acc89188
fix get-docker invocation with DRY_RUN
...
sudo does not pass its env to command, so the current invocation is not
a dry run, as DRY_RUN never gets passed to sh:
```
$ DRY_RUN=1 sudo env | grep -c DRY
0
```
It does accept env variables before the command, like so:
```
$ sudo DRY_RUN=1 sh ./get-docker.sh
```
but those are subject to restrictions imposed by the security policy
plugin, so it's better to just use the script argument instead.
2023-01-22 13:06:45 +00:00
Andre Hofmeister
3affff66e4
docs: Add "Run your tests" section to .NET ( #16244 )
...
* docs: Add "Run your tests" section to .NET
* fix: Add "Run your tests" to toc.yaml
2023-01-20 14:20:28 -08:00
Hannes Hansen
67ff95b75a
Prevent node_modules from override via mount ( #16545 )
...
In the section `Use Compose to develop locally`, a docker-compose file is shown which mounts the app directory into the `notes` container to be able to change the code without rebuilding the image. Unfortunately, the node_modules directory which was created during the build will be overridden as the whole working directory /app gets mounted. Therefore, this directory needs to be secured by adding it to the volumes.
2023-01-20 22:03:09 +00:00
Sebastiaan van Stijn
520a0ff7a4
Merge pull request #16559 from Jonnymcc/fix-build-cache-typo
...
Fix typo in build cache
2023-01-20 11:17:58 +01:00
Allie Sadler
1827dc4df3
evolution of compose explainer ( #16521 )
...
* evolution of compose
* fix links
* clarify 'History' section
* code review changes
2023-01-20 09:55:00 +00:00
Allie Sadler
af075fa227
ENGDOCS-1188 ( #16565 )
2023-01-20 09:42:49 +00:00
Mathieu Champlon
cbfd5a5900
Update checksums for Docker Desktop 4.16.2 ( #16561 )
2023-01-20 08:13:52 +00:00
Jonathan McCall
4dac84ef1d
Fix typo in build cache
2023-01-19 13:38:21 -05:00
Mathieu Champlon
f0b1d35d29
Add release notes for docker desktop 4.16.2 ( #16553 )
...
* Add release notes for docker desktop 4.16.2
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Tweaked note
* Add new installers checksum
* Apply suggestions from code review
* Update desktop/release-notes.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-19 15:55:04 +00:00
Allie Sadler
790a5c2a37
ENGDOCS-1184 ( #16555 )
2023-01-19 12:50:19 +00:00
David Karlsson
861b345e93
dvp: added CTA to the intro paragraph of insights and analytics ( #16549 )
...
* dvp: added CTA to the intro paragraph of insights and analytics
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-18 19:47:36 +01:00
Allie Sadler
011ebd4c8f
remove outdated callout on WSL ( #16547 )
2023-01-18 11:49:40 +00:00
Justin Chadwell
4fa4bcc0c4
Merge pull request #16539 from jedevc/build-sbom-example-to-bottom
...
Move SBOM build example to bottom
2023-01-18 11:01:18 +00:00
Allie Sadler
8372b053b8
extension banner change ( #16544 )
2023-01-18 10:09:10 +00:00
Guillaume Tardif
cd58a17552
Update generated reference docs with extension API 0.3.3 (Desktop 4.16) ( #16520 )
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-18 09:16:20 +00:00
githubERIK
9589931d27
Show k8s & swarm links in similar way ( #16535 )
...
Avoid showing k8s link as a button but swarm link as a regular link that is less visible.
2023-01-17 14:32:58 -08:00
Craig Osterhout
101b1065c8
Update domain audit ( #16437 )
...
* update domain audit
2023-01-17 12:10:51 -08:00
Justin Chadwell
616d6ff338
build: fixup link attributes typo
2023-01-17 14:02:58 +00:00
Justin Chadwell
43ac85d48e
build: move sbom example to bottom of page
...
The example is quite long, so it's easy to miss the additional content
about the SBOM scanner that's below it.
Signed-off-by: Justin Chadwell <me@jedevc.com>
2023-01-17 14:01:16 +00:00
Sebastiaan van Stijn
4757ffb27b
Merge pull request #16154 from dvdksn/engine/uninstall-rootless-extra
...
add docker-ce-rootless-extras to uninstall command
2023-01-17 11:29:09 +01:00
Mike Parker
16b8ede850
Add docs for new expanded Image Details page ( #16524 )
...
* Add docs for new expanded Image Details page
* Review comments on desktop/use-desktop/images.md
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-16 13:44:18 +00:00
CrazyMax
de28d551ff
Merge pull request #16528 from crazy-max/update-deps
...
releaser: update dependencies and bump to Go 1.19
2023-01-14 20:17:50 +01:00
Sebastiaan van Stijn
52708a4129
Merge pull request #16527 from crazy-max/engine-update-ref
...
engine: update reference docs (yaml)
2023-01-14 17:36:28 +01:00
CrazyMax
b19ea42c73
releaser: update to Go 1.19
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-14 14:17:41 +01:00
CrazyMax
51f2858ea3
releaser: update dependencies
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-14 14:16:40 +01:00
CrazyMax
1ddcd1375a
Merge pull request #16480 from docker/dependabot/bundler/git-1.13.0
...
build(deps): bump git from 1.12.0 to 1.13.0
2023-01-14 14:11:59 +01:00
CrazyMax
bce9178272
engine: update reference docs (yaml)
...
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-14 11:40:40 +01:00
Craig Osterhout
b84c66df4f
Merge pull request #16525 from mikesir87/patch-3
...
Update naming of wordsmith sample app
2023-01-13 13:37:43 -08:00
Michael Irwin
7e332408ad
Update naming of wordsmith sample app
...
The wordsmith sample app repo has been renamed, so updating docs to reflect that (old URL will still redirect to the new).
Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2023-01-13 16:30:02 -05:00
CrazyMax
cb38fe56b0
Merge pull request #16517 from crazy-max/buildx-0.10.0
...
Update buildx reference to v0.10.0
2023-01-13 19:06:35 +01:00
CrazyMax
e1a9df9893
Merge pull request #16519 from crazy-max/bake-null-arg
...
build: null values support with bake
2023-01-13 19:06:07 +01:00
Mathieu Champlon
38354f336b
Fix typo in link to issue ( #16523 )
2023-01-13 17:28:50 +00:00