Stephen Turner
2d23c4131e
Fix yesterday's relnotes
2021-12-22 08:31:09 +00:00
Lorena Rangel
6bc55458bf
Docker Desktop 4.3.2 release notes
...
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com >
2021-12-21 20:26:46 +01:00
Usha Mandya
b1aa4d387c
List features that don't work in air-gapped envs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-12-17 17:43:05 +00:00
Usha Mandya
466c87b9a1
Merge pull request #13956 from nathanielks/patch-1
...
Clarify which image architecture is run by default
2021-12-17 11:09:53 +00:00
Stephen Turner
bba15ac0a1
Remove two issues that are now fixed
2021-12-16 11:48:01 +00:00
Felipe Cruz Martinez
d50a80744c
Specify Dockerfile section in Dev Environments ( #13973 )
...
* Specify Dockerfile section in Dev Environments
* Update desktop/dev-environments.md
Co-authored-by: Guillaume Lours <guillaume@lours.me >
* Apply suggestions from code review
* Apply suggestions from code review
Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com >
Co-authored-by: Guillaume Lours <guillaume@lours.me >
Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com >
2021-12-14 12:38:37 +00:00
Usha Mandya
156f968822
Merge pull request #13955 from stephen-turner/2021-12-10
...
Additional notes re Apple silicon and Monterey
2021-12-14 11:15:17 +00:00
Usha Mandya
d1de9813c1
Add a known issue on container memory usage
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-12-14 11:05:30 +00:00
Usha Mandya
467cf56b6c
Add link to Log4j blog
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-12-13 13:12:29 +00:00
Usha Mandya
831795ca68
Add docker desktop 4.3.1 release notes
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-12-11 20:54:57 +00:00
Nathaniel
b3675c82bd
Clarify which image architecture is run by default
...
Given the list of architectures supported by the busybox image, it's confusing to reference "the `x86_64` variant is pulled and run" when there's no platform architecture that matches that name. Instead, changing the documentation to reference `amd64` makes more sense as there is no `linux/x86_64` architecture that's supported by Docker (AFAIK), but there _is_ `linux/amd64`.
2021-12-10 13:37:23 -06:00
Stephen Turner
4f43b62714
Add note about performance problems of virt framework on Intel on Monterey
2021-12-10 17:28:10 +00:00
Stephen Turner
af8e329092
Clarify Rosetta non-requirement
...
See https://github.com/docker/for-mac/issues/6088
2021-12-10 17:22:44 +00:00
Usha Mandya
574a2ff3a1
Merge pull request #13923 from trungutt/release-notes-4.3.0
...
Added release notes for 4.3.0
2021-12-02 14:20:27 +00:00
Usha Mandya
6dd31d8e90
Merge pull request #13895 from StefanScherer/apple-silicon-no-rosetta-required
...
Remove hard requirement to install Rosetta 2 for DD 4.3.0
2021-12-02 14:18:52 +00:00
Trung Nguyen
8bd2e9c6a7
Added release notes for 4.3.0
...
Signed-off-by: Trung Nguyen <trung.nguyen@docker.com >
2021-12-02 14:05:40 +01:00
Felipe Cruz Martinez
67f5be260b
Update dev-environments.md ( #13906 )
...
* Update dev-environments.md
Include SSH agent instructions for WSL2 and Docker Dev Environments.
Refers to #13905 .
* Added collapsible section
* Try wrapping codeblock around tildes
* Try using divs and code HTML tags
* Close divs
* Improve copy
* Update desktop/dev-environments.md
Co-authored-by: Djordje Lukic <lukic.djordje@gmail.com >
* Include more profile files
* Update desktop/dev-environments.md
Co-authored-by: Guillaume Lours <guillaume@lours.me >
* Apply suggestions from code review
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com >
Co-authored-by: Djordje Lukic <lukic.djordje@gmail.com >
Co-authored-by: Guillaume Lours <guillaume@lours.me >
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com >
2021-12-01 10:14:09 +00:00
Usha Mandya
824f48ff30
Merge pull request #13908 from usha-mandya/engdocs-541
...
Add reference to Docker public roadmap
2021-12-01 10:13:42 +00:00
Stefan Scherer
39d7a57f9c
Update system requirements for Apple silicon
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com >
2021-11-30 18:51:33 +01:00
Stefan Scherer
a1ddd59d85
Remove hard requirement to install Rosetta 2 for DD 4.3.0
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com >
2021-11-30 18:16:09 +01:00
Usha Mandya
5b49e32e7f
Add reference to Docker public roadmap
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-11-30 16:25:17 +00:00
Usha Mandya
ea893e844a
Merge pull request #13889 from docker/mat007-patch-1
...
Fixed typo
2021-11-25 16:03:20 +00:00
Mathieu Champlon
320888ad3d
It’s compose instead of compose-cli
2021-11-25 16:23:38 +01:00
Mathieu Champlon
27a87cd872
Fixed typo
...
Compose Cli is different than Compose, I don’t think we usually mention the former in release notes.
2021-11-25 16:22:51 +01:00
Usha Mandya
96464db495
Add benefits of authenticating using Docker Desktop
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-11-24 12:40:52 +00:00
Stephen Turner
5ef5b7228f
Update wsl.md ( #13863 )
...
* Update wsl.md
Fix broken links to Microsoft docs.
* Add target blank attribute
To open external links in a new tab
* Update Docker Desktop download URL
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com >
2021-11-19 16:59:35 +00:00
Usha Mandya
0d0932d1b7
Merge pull request #13781 from docker/mat007-patch-1
...
Fix typo in HTTP proxy URL
2021-11-19 12:12:19 +00:00
Kai Köhn
d367f3bea8
Typo fix for Docker Desktop on Mac installation
2021-11-12 19:48:01 +01:00
Usha Mandya
ac62c90284
Merge pull request #13819 from usha-mandya/desktop-review-patch
...
Update Desktop user manual
2021-11-10 17:34:52 +00:00
Usha Mandya
bfe0aed041
Update Desktop user manual
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-11-09 14:58:47 +00:00
Usha Mandya
8de08d7f4d
Add macOS Monterey to the list of supported OS
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-11-09 10:56:02 +00:00
Usha Mandya
37c585b3a5
Merge pull request #13776 from usha-mandya/desktop-42-patch
...
Desktop 4.2 docs updates
2021-11-09 09:40:54 +00:00
joe0BAB
47b0415eeb
Release notes for 4.2.0 ( #13774 )
...
* Added release notes for 4.2.0
* Addressed review comments.
* Improved release notes wording.
* Updated release notes.
* Added ticket link.
* Updated compose version.
* Set final release date.
* Adjusted release date, fixed compose release link.
2021-11-09 09:40:20 +00:00
Stefan Scherer
613ca3d726
Fix 2.5.0.1 download link
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com >
2021-11-08 10:34:05 +01:00
Usha Mandya
9a5e517c42
Update screenshots, add new Go file
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-11-04 11:01:10 +00:00
Usha Mandya
d0b81b6566
Add note that Pause/Resume isn't available on Windows containers
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-11-03 18:46:44 +00:00
Mathieu Champlon
b3b2e4fbfe
Fix typo in HTTP proxy URL
...
It’s HTTP here, not HTTPS. Besides the rest of the text has `http://proxy.example.com:3128 `
2021-11-03 14:53:19 +01:00
Usha Mandya
36c1684013
Desktop 4.2 docs updates
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-11-03 10:22:34 +00:00
Sebastiaan van Stijn
088fa45fed
Merge pull request #12535 from CVogel/patch-1
...
recovered ssh agent forwarding documentation
2021-10-20 21:12:30 +02:00
Mathieu Champlon
0cdea41d41
Make it clearer how to update from Desktop 4.1.0 from the menu ( #13696 )
...
* Make it clearer how to update from Desktop 4.1.0 from the menu
* Minor format changes
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com >
2021-10-18 11:05:25 +01:00
Usha Mandya
c5f38d8b3b
Add the next set of CTAs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-10-15 18:06:39 +01:00
Usha Mandya
1466adf41a
Merge pull request #13679 from maifeeulasad/patch-1
...
highlighted docker requires admin privilege
2021-10-15 11:52:02 +01:00
Sebastiaan van Stijn
5ab5246d77
desktop: fix some broken links
...
These were introduced when moving the old release notes.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-10-13 16:33:42 +02:00
Usha Mandya
3cc6c78f98
Add Win11 to Desktop system requirements
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-10-12 17:14:26 +01:00
Mathieu Champlon
ea8f478724
Add release notes for Docker Desktop 4.1.1
2021-10-12 13:38:39 +02:00
Maifee Ul Asad
d5a521be1d
highlighted docker requires admin privilege
2021-10-12 09:57:31 +06:00
Sebastiaan van Stijn
77b737da21
desktop/windows: move older release notes to archive
...
- remove 3.x release notes from the current release notes page
- creates a sub-menu for older releases
- split into separate files for major (3.x, 2.x)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-10-11 18:47:15 +02:00
Sebastiaan van Stijn
1795045f83
desktop/mac: move older release notes to archive
...
- remove 3.x release notes from the current release notes page
- creates a sub-menu for older releases
- split into separate files for major (3.x, 2.x)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
2021-10-11 18:44:29 +02:00
Usha Mandya
86e5e2a61f
Merge pull request #13648 from usha-mandya/engdocs-503
...
Add CTAs to the Docs pages
2021-10-05 18:23:32 +01:00
Usha Mandya
99e546358f
Add CTAs to the Docs pages
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com >
2021-10-05 18:17:29 +01:00