Commit Graph

533 Commits

Author SHA1 Message Date
Usha Mandya e8670e4e92 Troubleshoot docs updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-12 11:35:05 +00:00
Usha Mandya b4f416df05 Fix Snyk version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-10 15:15:51 +00:00
Lorena Rangel 01667c32e9 Changelog for 2.5.0.1
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2020-11-09 12:06:07 +01:00
Usha Mandya 3499c1a261
Add docs for Vuln scanning and troubleshoot updates (#11677)
* Add docs for Vuln scanning and troubleshoot updates

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Add new section on Desktop support

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix review comments and add support section for Windows

* Replace existing screenshots with optimized versions
2020-11-02 16:29:14 +00:00
Trung Nguyen a166ddccf5 docs: changlog for Stable release 2.5.0.0
Signed-off-by: Trung Nguyen <ndtrung_nguyen30890@yahoo.com>
2020-11-02 16:47:59 +01:00
Sebastiaan van Stijn 2ce808edc0
Remove references to obsolete engine versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-26 15:45:07 +01:00
Sebastiaan van Stijn 9c5976456c
Remove img.with-border style
The border was barely visible, was only used in a single place,
and didn't add much.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-22 17:08:04 +02:00
Sebastiaan van Stijn 088c702b21
Merge pull request #11587 from usha-mandya/engdocs-354
Remove Docker Toolbox docs
2020-10-20 23:33:50 +02:00
Usha Mandya e885a5aeaa Remove Docker Toolbox docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-20 18:05:36 +01:00
Sebastiaan van Stijn 92e2068c38
[Desktop] remove content refering to removed "osxfs" topic
This topic was removed in 9bebb666d9

We may want to add back the part describing sharing sshagent somewhere,
which is not really a feature related to osxfs. Also, some generic
description about file sharing (permissions, syncing) should probably
be added back.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-20 14:08:46 +02:00
Usha Mandya 5c93b26ca9
Merge pull request #11583 from thaJeztah/remove_unused_images
[desktop] remove some unused images
2020-10-20 11:34:36 +01:00
Usha Mandya 0881f4a12a
Merge pull request #11572 from djs55/docker-for-mac-filesharing
Improve Docker Desktop filesharing docs
2020-10-20 11:28:07 +01:00
Usha Mandya eb8e33f321
Minor style updates 2020-10-20 11:12:17 +01:00
Sebastiaan van Stijn b6fcb46f74
[desktop] remove some unused images
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-20 11:35:23 +02:00
Sebastiaan van Stijn 01dade0652
[desktop] remove mutagen content
It was already redirected to the docker for mac landing page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-20 11:23:19 +02:00
Usha Mandya 5b51e705a4
Update scanning URLs from edge relnotes (#11571)
* Update scanning URLs from edge relnotes

* Add download URLs
2020-10-19 11:38:08 +01:00
Simon Ferquel a77ca4bfa6
Update changelogs for Docker Desktop edge 2.4.2.0 (#11550)
* Update changelogs for Docker Desktop edge 2.4.2.0

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Fix edge release notes date

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>

* Add note about Vulnerability scanning

Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
2020-10-19 11:02:00 +01:00
David Scott e5704d4a17 Windows filesharing tips also apply to Mac now
We use the same implementation on both platforms so the tips apply to
both platforms.

Signed-off-by: David Scott <dave.scott@docker.com>
2020-10-19 10:42:24 +01:00
David Scott 2c4880a590 Remove limitation of paths which can be shared with docker
We used to have this limitation when we were mounting host filesystems
under / in the docker namespace. We now mount under `/host_mnt` like on
Windows so this limitation nolonger applies.

Signed-off-by: David Scott <dave.scott@docker.com>
2020-10-19 10:38:33 +01:00
David Scott 4a6ff3358d Remove link to `osxfs.md` since it has been removed
Signed-off-by: David Scott <dave.scott@docker.com>
2020-10-19 10:35:45 +01:00
Usha Mandya 9bebb666d9
Merge pull request #11535 from usha-mandya/desktop-3326
Remove osxfs topics from Desktop docs
2020-10-13 19:24:37 +01:00
Usha Mandya d400d938e6 Remove osxfs topics from Desktop docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-13 11:30:29 +01:00
Sebastiaan van Stijn c119ed174e
Use https:// for links and examples
Found these using `http://[^lp10\*`<][^o]` (to exclude "localhost" and IP-addresses)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-13 12:09:11 +02:00
Sebastiaan van Stijn 393d3f6566
Add rel="noopener" to external links
See https://web.dev/external-anchors-use-rel-noopener/

Using noopener, as that addresses the security issue. "noreferer" blocks
the REFERER header, which may still be useful for some target URLs.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-12 13:09:30 +02:00
Usha Mandya 86f2259e06
Add missing relnotes (#11501)
* Add missing relnotes

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Fix markdown style issues

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Remove gPRC entry from Win relnotes

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-08 12:23:45 +01:00
David Scott 2667533c53 Docker Desktop Edge 2.4.1.0 has build number 48583
Signed-off-by: David Scott <dave.scott@docker.com>
2020-10-07 21:13:36 +01:00
Sebastiaan van Stijn 0bbe9c32fb
Fix various broken links
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-07 12:49:22 +02:00
Mathieu Champlon eef2ddff7c Add Kubernetes reset note 2020-10-07 06:36:03 +02:00
Mathieu Champlon c3bcd2bc6c
Desktop Edge 2.4.1.0 release notes (#11451)
* Desktop Edge 2.4.1.0 release notes

* Fix a typo in the download URL

* Fix a typo in the download URL

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-10-01 14:26:23 +01:00
Usha Mandya a87e4e97f3 Update macOS system requirements
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-10-01 10:17:25 +01:00
David Scott af9263c8a8
Add release notes for Desktop 2.4.0.0 stable (#11436)
* Add release notes for Desktop 2.4.0.0 stable

Signed-off-by: David Scott <dave.scott@docker.com>

* Add more known issues for 2.4.0.0

Signed-off-by: David Scott <dave.scott@docker.com>

* Fix URL typo in the 2.4.0.0 release notes

Signed-off-by: David Scott <dave.scott@docker.com>

* Update the workaround

* Minor update

* Update the workaround

 For the known issue on switching users

* Update docker-for-mac/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update docker-for-windows/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

* Update old download URL

* Update old download URL

* Update docker-for-windows/release-notes.md

Co-authored-by: David Scott <djs55@users.noreply.github.com>

* Update docker-for-windows/release-notes.md

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-09-30 14:08:55 +01:00
Sebastiaan van Stijn 6bc02b4c39
sort redirect_from in some files
This makes it easier to find if a redirect is already present,
and to spot duplicates

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-29 18:15:25 +02:00
David Scott 62f31a3ad6
Docker Desktop release notes: add clock_gettime64 known issue (#11405)
* Docker Desktop release notes: add clock_gettime64 known issue

See https://github.com/docker/for-win/issues/8326

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor style update

* minor style update

* Minor style updte

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-22 15:28:48 +01:00
Usha Mandya 67476cbc9b
Add release notes for Desktop Edge 2.3.7.0 release (#11387)
* Add release notes for Desktop Edge 2.3.7.0 release

* Minor updates to the Desktop Edge 2.3.7.0 release notes

- compose update was removed
- add build number of candidate build (not yet confirmed)
- some feedback from Stephen Turner

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor updates for Desktop Edge 2.3.7.0

- updated Snyk version
- more bugfixes
- new URL

Signed-off-by: David Scott <dave.scott@docker.com>

Co-authored-by: David Scott <dave@recoil.org>
2020-09-17 21:53:41 +01:00
Emmanuel Briney 9a49bb310e
Release notes for Desktop stable 2.3.0.5 (#11368)
* Release notes for Desktop stable 2.3.0.5

* Fix headlines

* Fix headlines and date

* Fix date

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-09-15 11:34:04 +01:00
David Scott e74dbe6f98 Add reference to docker/for-mac#4864 in release notes
Signed-off-by: David Scott <dave.scott@docker.com>
2020-09-08 16:22:54 +01:00
David Scott f3e096d148
Update Docker Desktop release notes for 2.3.6.1 (#11340)
* Update Docker Desktop release notes for 2.3.6.1

Signed-off-by: David Scott <dave.scott@docker.com>

* Desktop edge 2.3.6.1 has compose 1.27.0

Signed-off-by: David Scott <dave.scott@docker.com>

* Remove unnecessary word "default" in release notes

Signed-off-by: David Scott <dave.scott@docker.com>
2020-09-08 16:08:47 +01:00
Usha Mandya 2902390305 Remove Mutagen doc 2020-09-02 15:17:25 +01:00
Mathieu Champlon dad8dad120
Update Docker Desktop release notes for Edge 2.3.6.0 (#11320)
* Update Docker Desktop release notes for Edge 2.3.6.0

* Update the download URL

* Update the download URL (Win)

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-09-01 18:10:33 +01:00
David Scott c9f8d88959
Improve Toolbox to Desktop migration (#11297)
* Improve Toolbox to Desktop migration

Previously we recommended converting the disk at the block level.
This is a bit risky as any on-disk format change could prevent it
from working.

It's safer to explicitly `docker commit`, then `docker save` and
`docker load` containers and images.

Signed-off-by: David Scott <dave.scott@docker.com>

* Minor style updates

* Minor style updates

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-08-27 10:54:02 +01:00
Usha Mandya de8c0279db
Merge pull request #11278 from usha-mandya/desktop-edge-2350
Adding Mac release notes
2020-08-21 17:17:20 +01:00
Usha Mandya b486bd6e52 Adding Mac releaese notes 2020-08-21 17:10:29 +01:00
Usha Mandya 9db3e72fb1 Update Desktop onboarding docs 2020-08-19 15:56:09 +01:00
Usha Mandya 31200920d7 Add a networking example 2020-07-31 14:59:52 +01:00
Mathieu Champlon 9050cd4717
Release notes for Docker Desktop Edge 2.3.4.0 (#11190)
* Update release notes for Docker Desktop Edge 2.3.4.0

* Minor style updates (Mac)

* Minor style updates (Win)

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-28 17:46:28 +01:00
Usha Mandya a46a62bafc Add a note on turning experimental features on
Add a note to specify users must turn on the experimental features flag manually when they switch from stable to edge releases.
2020-07-28 12:03:56 +01:00
Usha Mandya 54ba0538b8 Release notes for Desktop stable 2.3.0.4 2020-07-27 15:41:54 +01:00
Usha Mandya 01299bf42b Release notes for Desktop Edge 2.3.3.2 2020-07-21 10:47:17 +01:00
Usha Mandya b89b2c6c2a Fix a typo in the URL 2020-07-10 17:59:17 +01:00
Stephen Turner 1d7170a928
Fix incorrect link 2020-07-10 11:53:58 +01:00