Commit Graph

48 Commits

Author SHA1 Message Date
Guillaume Tardif
c560ab27a8 ssh-add private key
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-07-21 14:35:37 +02:00
Usha Mandya
d0b0621183 Merge pull request #13204 from glours/dev-envs-windows-git-install
add a section to explain how to setup GIT on windows for dev environm…
2021-07-21 11:30:16 +01:00
Usha Mandya
040dc728bf Fix a grammar issue 2021-07-21 11:17:09 +01:00
Guillaume Lours
172134f7d5 remove the previous quote block to describe Git installation
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-07-21 10:26:43 +02:00
Guillaume Lours
cdee16fe9a Update desktop/dev-environments.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-21 10:16:40 +02:00
Guillaume Lours
1d82ed7319 Update desktop/dev-environments.md
Co-authored-by: Chris Crone <christopher.crone@docker.com>
2021-07-20 18:12:38 +02:00
Guillaume Lours
8ae450acf5 add a section to explain how to setup GIT on windows for dev environments
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2021-07-20 17:22:02 +02:00
Usha Mandya
caf1b07c07 Update CTA verbiage from review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-20 11:35:15 +01:00
Usha Mandya
f61d7fdfd8 Update CTAs to use the new design
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-07-16 18:38:51 +01:00
Usha Mandya
6507f5b3b0 Merge pull request #13153 from rumpl/fix-ssh-key
Fix the ssh-add explanation
2021-07-08 16:02:11 +01:00
Guillaume Tardif
4aedf4df77 Users can create Dev Env on a given branch (#13095)
* Users can create Dev Env on a given branch

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Minor style updates

* Add known bug on branches in https:// git urls with .git suffix

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-07-08 16:01:16 +01:00
Djordje Lukic
b75f91e0c4 Fix the ssh-add explanation
Signed-off-by: Djordje Lukic <djordje.lukic@docker.com>
2021-07-08 10:44:49 +02:00
Usha Mandya
e0f8a84e60 Note on adding SSH key to the ssh-agent
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-29 10:31:20 +01:00
Usha Mandya
125a43715b Merge pull request #13046 from usha-mandya/engdocs-404
Add Docs for Dev Environments
2021-06-23 18:27:55 +01:00
Usha Mandya
f23f87c85c Add Docs for Dev Environments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-23 17:10:59 +01:00
Usha Mandya
15fe5396c0 Docs for Volumes UI updates
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-23 13:23:33 +01:00
Jerae Duffin
62f4c03af7 fixed broken link 2021-06-21 16:26:13 -05:00
Usha Mandya
efe2f95557 Update Volumes screenshot
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-15 11:43:03 +01:00
Usha Mandya
5acf6bd650 Add link to DPA from Desktop FAQs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-11 11:26:38 +01:00
Usha Mandya
1a0d66adda Merge pull request #12954 from usha-mandya/engdocs-419
Add docs for Volume Management
2021-06-09 15:52:49 +01:00
Usha Mandya
3830cdcc02 Update URLs to point to the upstream CNCF Notary repository
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-08 13:42:46 +01:00
Usha Mandya
d4ddd2e343 Add docs for Volume Management
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-06-07 19:24:53 +01:00
Sebastiaan van Stijn
3baf4cd9fa desktop/multi-arch: various (markdown) touch-ups
- remove mention of "experimental" for buildx
- use "console" where possible
- removed use of Bash "heredoc" in example, which may not work on
  shells other than Bash
- wrap content to ~80 chars
- enable TOC on page

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-10 12:56:15 +02:00
Sebastiaan van Stijn
07a8770303 desktop: multi-arch: remove "install" section
Docker Desktop 2.x is deprecated, so any current version of Desktop
ships with buildx and the requirements to use multi-arch.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-10 12:16:53 +02:00
Sebastiaan van Stijn
fff8484f19 desktop: move "multi-arch" page out of "for mac" section
Both Docker Desktop for Mac and Docker Desktop for Windows provide
this feature, so moving it out of the section that's specific to
Docker Desktop for Mac.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-05-10 12:14:15 +02:00
Lorena Rangel
aee449548d Remove references to Docker Stack and update image
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
2021-04-23 12:15:06 +02:00
Sebastiaan van Stijn
e22984f7d4 use Dockerfile "syntax" directive in examples
BuildKit allows using alternative Dockerfile syntaxes to introduce new features
without having to update Docker itself. The general recommendation is to always
specify a "syntax" directive in a Dockerfile, so that (if needed) older versions
of Docker can download the correct syntax to build the Dockerfile.

This updates our examples to include a syntax directive, to make users more familiar
with these directives, and to illustrate best-pracitces in our documentation.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-04-20 10:19:12 +02:00
Usha Mandya
e8853feb97 Update FAQ and fix text on Linux download
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-04-13 15:12:45 +01:00
Usha Mandya
cc04246252 Consolidate Kube deploy docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-24 15:10:35 +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
76632cf293 Add note on opening default terminal
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-03-01 17:13:00 +00:00
Grey Fertich
1af09ba286 Removed phrase repetition type
Removed duplicate "to open the application" from VSCode section
2021-02-12 10:02:52 -05:00
Usha Mandya
4b59234515 Add combined faqs for Mac and Windows (#12153)
* Add combined faqs for Mac and Windows

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

* Update links from other pages to faqs

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

* Address review comments part-1

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

* Address feedback  on connecting to remote engine API

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

* Address Stephen's review comments

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-22 16:17:53 +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
Usha Mandya
51b8c8d33a Remove Desktop Enterprise docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-11-17 13:09:15 +00: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
Sebastiaan van Stijn
e238ba1815 DDE: fix various broken links and links to images
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-20 21:09:05 +02: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
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
ec69a333e7 Add docs for Images view
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2020-09-30 11:35:01 +01:00
Usha Mandya
9db3e72fb1 Update Desktop onboarding docs 2020-08-19 15:56:09 +01:00
Sebastiaan van Stijn
2b4833a355 Remove some references to enterprise products
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-07-02 23:36:48 +02:00
Mathieu Champlon
53569a8295 Update Docker Desktop admin settings documentation (#10665)
* Update admin settings documentation for file sharing

* Format JSON samples

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-05-11 14:16:38 +01:00
Mathieu Champlon
ccf78b9901 Docker Desktop Enterprise 2.3.0.0 changelogs (#10670)
* Fix missing bullet lists

* Add release notes for Enterprise 2.3.0.0

* Emphasize the manual steps required for upgrading Docker Desktop Enterprise

* Detail upgrade manual steps

* Move file format update steps to admin configuration page
2020-05-11 14:09:17 +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
Usha Mandya
4c26d627ff Update DDE URLs to point to the new location 2020-04-20 08:50:47 +01:00
Usha Mandya
cff03687be - Moved Desktop Enterprise topics to a new location as there are plans to set global redirects for /ee/ topics.
- Added redirects to all the topics to ensure any hard links redirect to the new location
2020-04-20 08:14:23 +01:00