Commit Graph

54783 Commits

Author SHA1 Message Date
Nathan Long 349d17db12
Note that `ssh-add` may be needed 2020-10-05 15:33:03 -04:00
Usha Mandya 99788a00ab
Merge pull request #11471 from crazy-max/patch-1
Update auth through GitHub Actions
2020-10-05 15:36:05 +01:00
Usha Mandya d4784bc295
Merge pull request #11474 from docker/stephen-turner-patch-3
Replace link with more official link
2020-10-05 14:26:24 +01:00
Stephen Turner d48c1d499f
Replace link with more official link 2020-10-05 14:00:17 +01:00
Usha Mandya 12ac41f872
Minor style update 2020-10-05 13:39:18 +01:00
Sebastiaan van Stijn bb8d5d99c6
Merge pull request #11460 from thaJeztah/go_reserve
Reserve "/go/" URL prefix for redirect pages
2020-10-05 10:06:04 +02:00
CrazyMax 9d2a589c9b
Update auth through GitHub Actions 2020-10-04 01:06:53 +00:00
Sebastiaan van Stijn 3b4829a02a
Merge pull request #11458 from PjAkash/master
Fixed error 'docker run' to 'docker build'
2020-10-02 17:33:26 +02:00
Sebastiaan van Stijn 5312e93171
Merge pull request #11462 from rdimitrov/dimitrovr/doc-fix
Remove duplicate sentences from Published ports section
2020-10-02 17:32:22 +02:00
Sebastiaan van Stijn ddae78788a
Merge pull request #11461 from fcano/fix-link-capabilities
Fix link to default capabilities
2020-10-02 17:31:11 +02:00
Radoslav Dimitrov 9d75707c3f Remove duplicate sentences from Published ports section
Signed-off-by: Radoslav Dimitrov <dimitrovr@vmware.com>
2020-10-02 16:14:52 +03:00
Florencio Cano fff272f7e3 Fix link to default capabilities 2020-10-02 14:17:00 +02:00
Sebastiaan van Stijn 068a26a47e
Reserve "/go/" URL prefix for redirect pages
This page is used to reserve the "/go/" URL/path for redirecting purposes. This
page is not published, and should not be visible on the documentation website.

Use the `/go/` URL prefix to provide "vanity" URLs linking to the documentation.
These URLs can be used in (for example) the `docker` CLI to provide a short,
permanent link to refer to a topic in the documentation.

Having a fixed `/go/` URL allows you to redirect the URL to the most current
location in the documentation for a given topic, which may evolve over time.

For example, the `docker` CLI can output `https://docs.docker.com/go/some-topic`
in its help output, which can be redirected to elsewhere in the documentation,
using the `redirect_from` metadata field in the target page.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-10-02 12:51:09 +02:00
PjAkash c5676280fe
Fixed error 'docker run' to 'docker build' 2020-10-01 19:36:14 +05:30
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 26ced7a684
Merge pull request #11452 from usha-mandya/macos-sysreqs
Update macOS system requirements
2020-10-01 10:54:44 +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
Usha Mandya cda926630f
Merge pull request #11454 from alitoufighi/patch-1
Remove excess phrase from DNS Services section
2020-10-01 10:00:17 +01:00
Usha Mandya 9d70aa1627
Merge pull request #11455 from satoryu/patch-2
Fix names of storage account and file share
2020-10-01 09:45:51 +01:00
Jak Spalding e94985b22a
Correcting update_config.monitor documented default value (#11034)
* Correcting update_config.monitor documentation

The default monitor period is 5s and cannot be set to 0. The lowest possible value is 1ns.

* Correcting default values
2020-10-01 09:44:00 +01:00
Tatsuya Sato c1ac10fc34
Fix names of storage account and file share 2020-10-01 16:30:06 +09:00
Mohammad Ali Toufighi a72f9c03f4
Remove excess phrase from DNS Services section
This line was mistaken in [this commit](9193473df5)
2020-10-01 10:32:16 +03:30
John Visosky f67ae93112
Update ubuntu.md (#11299)
* Update ubuntu.md

After doing the 'apt-get rmove', I had to search to determine whether it was safe to remove /var/lib/docker, then found at the bottom of the page that it's OK to do so (if you don't have anything there you need).

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-10-01 02:27:36 +02: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
Usha Mandya af01b2dc2e
Merge pull request #11433 from mrexodia/patch-2
Make first apt example follow all best practices
2020-09-30 13:51:38 +01:00
Usha Mandya a308e12804
Merge pull request #11449 from NullableInt/patch-1
Update container-networking.md
2020-09-30 13:49:56 +01:00
Usha Mandya f83e44d95a
Merge pull request #11447 from thaJeztah/update_buildx_reference
reference: update buildx reference docs for v0.4.2
2020-09-30 13:47:54 +01:00
Usha Mandya e435742041
Merge pull request #11438 from gtardif/aci_volume_update
ACI: Update volume management documentation
2020-09-30 13:35:23 +01:00
Sebastiaan van Stijn 592ce2d66f
Merge pull request #11446 from thaJeztah/update_engine_reference
Update engine CLI reference with latest changes from 19.03
2020-09-30 14:32:22 +02:00
Usha Mandya ae1ca89226
Merge pull request #11435 from usha-mandya/desktop-3021
Add docs for Images view
2020-09-30 13:10:49 +01: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
Daniel Granerud 5e37e0d6bf
Update container-networking.md 2020-09-30 09:31:18 +02:00
Usha Mandya 6834fa49be
Merge pull request #11445 from thaJeztah/cleanup_security
update URL for security landing page
2020-09-30 00:31:44 +01:00
Sebastiaan van Stijn c485685d74
reference: update buildx reference docs for v0.4.2
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-29 23:05:40 +02:00
Sebastiaan van Stijn cba2011b34
Update engine CLI reference with latest changes from 19.03
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-29 22:05:52 +02:00
Sebastiaan van Stijn 3823de5c50
engine/security: move landing page
Generated yaml files were temporarily updated manually (pending
pull request to be merged in the upstream docker/cli repository)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-29 21:27:08 +02:00
Sebastiaan van Stijn e314b897b2
engine/security: remove old index page
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-09-29 21:03:45 +02:00
Usha Mandya 83260432b8
Merge pull request #11443 from docker/rgardziel-patch-1
Update index.md
2020-09-29 19:27:55 +01:00
rob gardziel 42ffdb7d0a
Update index.md 2020-09-29 11:14:59 -07:00
Usha Mandya bcb49de889
Merge pull request #11442 from thaJeztah/sort_redirects
sort redirect_from in some files
2020-09-29 17:48:21 +01:00
Maximillian Xavier d7b00e2bd1
Add indication to use docker create/run on port mapping #11420 (#11429)
* Add indication to use docker create/run on port mapping #11420

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Signed-off-by: Maximillian Fan Xavier <maximillianfx@gmail.com>
2020-09-29 18:24:19 +02: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
Usha Mandya 128a734891
Merge pull request #11441 from gtardif/revert_edge_links_for_cloud_integrations
Revert links pointing to edge
2020-09-29 16:25:52 +01:00
Guillaume Tardif 6b15093c34 Revert links pointing to edge
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-29 17:17:22 +02:00
Usha Mandya d3f351b553
Merge pull request #11439 from gtardif/cloud_integration_desktop_stable
Compose-cli is now available with Desktop stable. Remove mentions of aci-integration-beta
2020-09-29 16:13:44 +01:00
Usha Mandya d472bcb757
Merge pull request #11440 from silvin-lubecki/fix-cli-scan-feedback
Fix CLI Scan feedback link
2020-09-29 15:31:23 +01:00
Usha Mandya 0b9b4f4bb8
Remove duplicate words 2020-09-29 14:53:44 +01:00
Silvin Lubecki 08a4c79c2d Fix feedback link
Signed-off-by: Silvin Lubecki <silvin.lubecki@docker.com>
2020-09-29 15:17:57 +02:00
Guillaume Tardif f92ead9ec1 Compose-cli is now available with Desktop stable. Remove mentions of aci-integration-beta
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-29 14:33:36 +02:00
Guillaume Tardif 1b38c42706 ACI: Update volume management documentation
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-09-29 14:18:33 +02:00