Commit Graph

473 Commits

Author SHA1 Message Date
Sebastiaan van Stijn
c082784316 Desktop: fix some broken links to index pages (#10941)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-02 09:05:15 +01:00
Mark
59c3d309ca Fix broken links issue #10908 (#10932)
* Fix broken links issue#10908

Fix issue#10908

* Fix broken link docker desktop dashboard

* Fix broken link networking

* Mac: Fix dashboard links

* Mac: Fix networking links

* Fix link to get started

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-06-01 12:43:21 +01:00
Usha Mandya
ec8508b0b4 Minor style update 2020-05-27 15:39:16 +01:00
Mathieu Champlon
7a1db9a618 Added release notes for Docker Desktop Stable 2.3.0.3 2020-05-27 14:37:15 +02:00
Usha Mandya
135a21401e Add note on re-creating containers (#10861) 2020-05-26 09:01:56 +01:00
Usha Mandya
8716eb0b98 Add release notes for Desktop Edge 2.3.1.0 (#10851)
* Add release notes for Edge 2.3.1.0

* Add relase date and download URL
2020-05-20 17:59:34 +01:00
Usha Mandya
d72ba2f5e5 Merge pull request #10850 from usha-mandya/djs55/mutagen
Update Mutagen doc
2020-05-20 17:58:58 +01:00
Usha Mandya
c60f87dd60 Updates to mutagen doc 2020-05-20 15:54:27 +01:00
Sebastiaan van Stijn
a7806de7c5 Desktop: fix some broken links/images and minor markdown-touch up
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-05-20 11:54:08 +02:00
David Scott
ea743e0e6b Mac: add some examples and best-practices for mutagen
A future Docker Desktop Edge will bundle mutagen.

Signed-off-by: David Scott <dave.scott@docker.com>
2020-05-19 18:30:12 +01:00
Charlie Arehart
8b6335e146 Add mention of Learn menu, in order to re-run tutorial (#10830)
* Add mention of Learn menu, to re-turn tutorial

Signed-off-by: Charles Arehart <charlie@carehart.org>

* Minor style edits

* Update Mac Install

Add the 'Learn' option to the Mac install page

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-05-19 13:36:16 +01:00
Daniel Metzler
5a530d587c Added fish-shell auto completion to docker for mac installation guide. (#10786)
Add fish-shell auto completion to docker for mac installation guide.
2020-05-18 14:03:35 +02:00
Usha Mandya
f44d049367 Add note on Desktop installer size (#10819) 2020-05-18 10:32:21 +01:00
Usha Mandya
2e032dde73 Release notes for Desktop Stable 2.3.0.0 (#10676)
* Release notes for Desktop Stable 2.3.0.0

* Add download URL and release date
2020-05-11 14:51:15 +01:00
Usha Mandya
a9a6c22b14 Docs for Windows Home support and QSG (#10669)
* - Added a new topic to describe how to install Desktop on Windows Home machines.
- Update installation instructions on Windows/Mac topics
- Removed references to Toolbox from the Install topics
- Updated the Install pages to add info on the new onboarding tutorial on startup

* Update docker-for-windows/install-windows-home.md

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

* Update docker-for-windows/install-windows-home.md

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

* Update docker-for-windows/install-windows-home.md

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

* Update docker-for-windows/install-windows-home.md

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

* move WSL 2 req above Hyper-V reqs

* Add info on purge container data

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2020-05-11 14:15:40 +01:00
Usha Mandya
ba7819fed6 Add Docker Desktop Overview topic (#10718)
* - Added a new Overview topic for Docker Desktop
- Moved Dashboard up one level and removed OS-specific topics and images from the Mac and Windows directories

* Updated the Desktop TOC
- Moved Install topics above Getting started topic
- Moved Open source licensing up one level
- Removed OS-specific topics

* Fix review comments
2020-05-01 08:43:25 +01:00
Sebastiaan van Stijn
391772e158 DD: fix broken links in release notes (#10735)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-30 18:59:03 +01:00
Usha Mandya
127700dec7 Release notes for Desktop Edge 2.3.0.1 (#10712) 2020-04-28 16:28:58 +01:00
Sebastiaan van Stijn
087e391397 desktop: use relative markdown links
Unfortunately, the only reliable way to create internal links
is to use relative links to other Markdown files. This does
match the way links on GitHub work, but makes it harder to
create these links.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-23 13:03:21 +02:00
Usha Mandya
c44e3f2043 Merge pull request #10640 from usha-mandya/desktop-edge-2300
Release notes for Desktop Edge 2.3.0.0
2020-04-20 10:18:00 +00:00
Usha Mandya
f0304e1e0e Release notes for Desktop Edge 2.3.0.0 2020-04-20 11:01:53 +01:00
Usha Mandya
4c26d627ff Update DDE URLs to point to the new location 2020-04-20 08:50:47 +01:00
David Scott
bc38f59d0b Desktop on Mac: remove out-of-date note about IPv6 and DNS
We don't parse /etc/resolv.conf ourselves any more; in fact if the
upstream resolvers are IPv6 this will actually work! We still don't
support IPv6 apart from this.

Signed-off-by: David Scott <dave.scott@docker.com>
2020-04-06 16:47:48 +01:00
Sebastiaan van Stijn
d813acb6e1 Engine: reorganize install topic
- Move getting started overview to /get-started/overview/
- Move engine installation files under /engine/
- Redirect the top-level /install/ to /get-docker/
- Updated titles in left-hand navigation
- Added back some pages to the navigation that were
  currently not included.
- Reduce some steps in the installation pages
- Move devicemapper prerequisites to the devicemapper
  storage driver page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-06 10:50:28 +02:00
Usha Mandya
3e3e72c6c1 Add note on ipv6 support 2020-04-03 15:34:56 +01:00
Justin Cormack
e9a37e9cce Consistently use docker-desktop for Kube context (#10560)
This changed and both work, but this is the correct form.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2020-04-02 12:15:22 +01:00
Usha Mandya
426936932a Release notes for Edge 2.2.3.0 (#10540)
* Release notes for Edge 2.2.3.0

* Add release date and download URL
2020-04-02 12:09:46 +01:00
Usha Mandya
199907a995 Merge pull request #10527 from mat007/desktop-stable-2.2.0.5-release-notes
Add Docker Desktop Stable 2.2.0.5 release notes
2020-04-02 10:48:58 +00:00
Mathieu Champlon
7786c0bf30 Add Docker Desktop Stable 2.2.0.5 release notes 2020-04-02 12:33:07 +02:00
Sebastiaan van Stijn
331554f4b3 Fix various links that were generating URLs with .md (#10548)
* Fix incorrect links in compose section

there's a bug causing wrapped links to not work, and replacing
some links to point to the .md file, so that IDE's can check
if the anchors are valid. Also replaced some links to point
to their new location.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* engine/swarm: update links

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

* Fix various broken links

There's a bug in the "jekyll-relative-links" plugin that causes wrapped links to not work.
Also replacing some links to point to the .md file, so that IDE's can check if the anchors
are valid. Finally, replaced some links to point to their new locations, so that users don't
get redirected..

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-04-01 12:05:50 +01:00
Usha Mandya
8b24f7eeef Merge pull request #10466 from usha-mandya/10463-patch
Fix Dashboard links
2020-03-17 13:13:28 +00:00
Usha Mandya
e8893cafde Fix Dashboard links 2020-03-17 11:28:54 +00:00
Usha Mandya
41b3a10922 Merge pull request #10464 from djs55/DESKTOP-2502-filesharing-part1
Improve Desktop filesharing docs (stable 2.2.0.0)
2020-03-17 10:49:31 +00:00
David Scott
e53ad3f2ae Mac: remove limitation about nested folder
Signed-off-by: David Scott <dave.scott@docker.com>
2020-03-16 18:40:20 +00:00
David Scott
d511f4ac33 Mac: update file sharing folder list and error message
Signed-off-by: David Scott <dave.scott@docker.com>
2020-03-16 18:40:00 +00:00
Usha Mandya
4e2d1ea427 update Desktop release date (#10441) 2020-03-13 10:09:09 +00:00
Usha Mandya
c28bd02332 Release notes for Desktop Stable 2.2.0.4 (#10408)
* Release notes for Desktop Stable 2.2.0.4

* update release date and download URLs

* add note on disk image resize

* clarify disk size
2020-03-12 17:58:12 +00:00
Usha Mandya
222aec866f Desktop Edge 2.2.2.0 release notes (#10345)
* Desktop Edge 2.2.2.0 release notes

* Added new relnote entries

* adding release date and download url
2020-03-02 11:44:46 +00:00
Jeremy
3613831c93 Fix broken link in mac FAQs (#10324)
* Fix broken link in mac FAQs

The title of the linked section has changed to "Add TLS Certificates". The current link goes to the top of the Getting Started page and is confusing because you have to scroll past the Kubernetes section to get to the section you actually need.

* Fix broken link to mac FAQs

I missed removing `/index` in the first commit. This is the correct link. Thanks to thaJeztah for the correction.

Co-Authored-By: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2020-02-20 01:15:12 +01:00
Usha Mandya
2598e0987d Removed the sign in req from mac install (#10319) 2020-02-19 11:27:47 +00:00
Stefan Scherer
200f25db82 Update links to get Docker Desktop from Docker Hub (#10318)
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2020-02-19 11:08:18 +00:00
Usha Mandya
f1a3d77402 update macOS sys reqs 2020-02-13 14:58:17 +00:00
Usha Mandya
12cf5dad99 Desktop Edge 2.2.1.0 release notes (#10276)
* Desktop Edge 2.2.1.0 release notes
* fixed a review comment
2020-02-12 13:54:55 +00:00
Usha Mandya
12cc8512e4 Release notes for Desktop Stable patch (#10266)
* Release notes for Desktop Stable patch
* fix review comments
2020-02-11 13:11:57 +00:00
Usha Mandya
4c244b74e2 Update Machine install info (#10238) 2020-02-04 17:51:42 +00:00
Usha Mandya
4dc6844905 Add info on ssh agent usage (#10184)
* Add info on ssh agent usage

* moved instructions to the networking topic

* address review comments

* removed an extra line in the faq
2020-01-30 17:24:37 +00:00
Usha Mandya
007cea609a update desktop installer section (#10202) 2020-01-28 14:36:49 +00:00
Usha Mandya
1566a92ef7 add release date for Desktop 2.2 (#10192) 2020-01-24 11:26:06 +00:00
Usha Mandya
c6524a27eb update urls for 2.1.0.5 release (#10175) 2020-01-22 11:22:03 +00:00
Usha Mandya
835459972b Merge pull request #10172 from usha-mandya/desktop-stable-2.2-get-started
Docker Desktop screenshot updates
2020-01-21 16:04:32 +00:00