Commit Graph

94 Commits

Author SHA1 Message Date
Usha Mandya c95320680c Update release date, add a fixed issue, other minor updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-14 10:27:03 +01:00
Usha Mandya 138f675211 Update Windows download URL and remove reference to Desktop community
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-13 17:14:02 +01:00
Sebastiaan van Stijn a463d3290f
use primary-btn instead of outline-btn
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-13 16:34:01 +02:00
Mathieu Champlon a49a9ce4c8 Refresh the description for the automatic updates 2021-04-08 11:48:21 +02:00
Usha Mandya c2ff6bf292
Combine Windows install pages (#12531)
* Combine Windows install pages

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

* Apply suggestions from code review

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

* Apply suggestions from code review

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

* Some more minor updates to improve readability

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

Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2021-03-19 22:49:11 +00:00
Sebastiaan van Stijn 203a4ee74b
Rewrite "save and restore data" section
This started as a "fix some links", but reading the section, I found various
issues that could use some improvement. After that, I noticed that both the
Windows and Mac pages had the same content, so I moved this to a common page
instead.

Note that there's still additional information that should likely be included
(and perhaps a rewrite into "per topic" headings (containers, images, ...).

Things that are missing;

- backup/restore swarmkit configs
- backup/restore swarmkit secrets
- backup/restore CLI configuration, trust data etc.

What I did in this pull request:

- recommend pushing images to Docker Hub as the default approach to back up
  images (but kept `docker image save` as an alternative)
- recommend `docker container commit` to save containers to an image, as doing
  so preserves both the container's configuration _and_ filesystem changes.
  `docker container export` only preserves the filesystem, but all other
  configuration is lost, which makes it hard to restore a container from it.
  Using `docker container commit` (committing the container to an image) also
  allows to follow the same procedure to backup containers as for images
  (both allowing them to be pushed to a registry, or to a file).
- added some information about "wether or not" containers should be backed
  up, as it may not be needed to back up containers if all data is stored
  in volumes (best practice).
- added some warnings regarding "sensitive data" (environment variables),
  and links to making repositories private before pushing.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-03-09 12:23:32 +01:00
Usha Mandya 7845c58248
Merge pull request #12204 from stephen-turner/ST-2021-01-29
Changes to desktop docs
2021-02-02 12:52:35 +00:00
Mathieu Champlon cc07d71957
Increase Windows 10 version requirement to 17134
16299 has been end of life since October 2020
2021-02-01 14:37:06 +01:00
Usha Mandya 27473b18dd
Updated the Note format 2021-01-29 18:31:16 +00:00
Stephen Turner b92b229c05
Update install.md 2021-01-29 17:42:28 +00:00
Usha Mandya 4d1befcd1a Fix broken links in Mac and Windows topics
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-28 12:10:10 +00:00
Usha Mandya 78421ba741
Update docs for Desktop 3.0.0 release (#11859)
* Update docs for Desktop 3.0.0 release

* Update release notes

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

* Update release notes and Settings screenshots

* Add download URLs and a new known issue

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-12-10 15:01:02 +00: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 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
Stephen Turner c90cb680c0
Repeat information about Windows 10 Home (#11091)
* Repeat information about Windows 10 Home

Useful for people who jump into the middle of the page without reading the top

* Update the link to Win Home install page

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-07-06 14:02:21 +01:00
Stephen Turner 82018d91a5
Update to oldest version still under MSFT support (#11027)
See https://en.wikipedia.org/wiki/Windows_10_version_history
2020-06-24 10:55:45 +01:00
Usha Mandya df3bd29a3e Remove links to success articles 2020-06-05 17:14:49 +01:00
Usha Mandya aaabf4fdb6
Update instal instructions 2020-05-26 13:38:55 +01:00
Scott Fredericksen fca82492f4
Update install.md
The install instructions are missing a critical step that requires the user to be added to the "docker-users" group.  Without this, the user will be prevented from running Docker containers.
2020-05-22 00:28:10 -06: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
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
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
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
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
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 007cea609a
update desktop installer section (#10202) 2020-01-28 14:36:49 +00:00
Usha Mandya a247c105f7
Update the metadata and keywords for SEO (#10030)
Updated the metadata and keywords for seo
2019-12-13 15:27:59 +00:00
Usha Mandya 7b4ec2d473
Adding links to Docker EULA and DPA (#9997) 2019-12-10 14:26:07 +00:00
Usha Mandya 8504cd51d0
Docker Desktop FAQ updates (#9969)
* updates to Docker Desktop FAQs

* fix comments from peer review
2019-12-09 17:34:43 +00:00
Usha Mandya 1aa5144441 adding instructions to uninstall desktop 2019-11-28 14:42:09 +00:00
Usha Mandya dabe90cbe8
Updating Docker for Win Community content (#9256)
Docker Desktop (Windows) content updates
2019-08-21 15:58:12 +01:00
Usha Mandya e4a4b39e9b Update Windows stable URLs 2019-08-07 11:48:16 +01:00
usha-mandya d9ce845735 Removed unsupported Win version from sys reqs 2019-05-09 16:10:13 +01:00
usha-mandya cda25a98eb Fix a broken link 2019-04-15 17:19:04 +01:00
Maria Bermudez ccbb5e2630 Revert "Revert "Merge branch 'master' of github.com:docker/docker.github.io""
This reverts commit 4b5fbbdbc9.
2019-03-08 10:53:00 -08:00
Paige Hargrave 4b5fbbdbc9 Revert "Merge branch 'master' of github.com:docker/docker.github.io"
This reverts commit 813f45bdd7, reversing
changes made to 2349c62566.
2019-02-28 13:11:13 -05:00
paigehargrave 412908a228
Update install.md 2019-02-17 12:16:34 -05:00
Maria Bermudez f156fe582f
Fixes 6906 2019-02-15 13:59:34 -08:00
paigehargrave 8b74e73b8b
Update install.md 2019-01-11 10:26:22 -05:00
paigehargrave 397c7da3a4
Update install.md 2019-01-11 09:46:58 -05:00
Anne Henmi c6e30756d6
Merge pull request #7608 from marcjansen/patch-1
Only format the folder name as code
2018-12-26 10:11:11 -07:00
Jeffrey Morgan ca4ffb1ee2 Merge branch 'master' into consolidation-changes 2018-11-14 18:30:02 -05:00
Jeffrey Morgan d15739c5e7 Merge branch 'master' into consolidation-changes 2018-11-14 18:29:09 -05:00
Corey Plett f769815c30
Update install.md
Fixed some typos, wording and consistency issues.
2018-11-07 19:21:30 -08:00
Marc Jansen 849bd56ea0
Only format the folder name as code 2018-11-02 16:42:26 +01:00
LoreenRH b2b2162cb8 Update docs for docker desktop
Signed-off-by: LoreenRH <lorena.rangel@docker.com>
2018-10-05 10:03:31 +02:00
Jeffrey Morgan ca466a55ed Rename Docker Store and Docker Cloud - WIP 2018-10-04 19:41:32 -04:00
Justin I. Nevill 42308655e3
Merge pull request #7446 from docker/revert-7242-master
Revert "Fixes Critical Issue Stopping Downloads of Docker (#6910) (#7179)"
2018-09-28 13:27:05 -04:00
Justin I. Nevill 1f65014cb9
Revert "Direct download link to Docker for Mac and Windows (#6910) (#7179)" 2018-09-28 13:19:13 -04:00