Commit Graph

59061 Commits

Author SHA1 Message Date
Peter Hauke 12c0b3b65f
Fix two minor grammar mistakes 2022-07-09 06:51:40 +02:00
Sebastiaan van Stijn 26e15e443b
reference: remove duplicate compose navigation (#15088)
The compose cli reference section contained links to all compose
commands, but all of them were redirects to the "compose" section
in the Docker CLI reference.

This patch:

- removes the duplicated navigation
- changes the Docker Compose CLI reference section into a link to
  the new location
- moves the "overview" and "environment variables" pages inside
  the new section (this page should possibly be merged into the
  CLI overview, which lists all environment variables).

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-08 17:06:36 +01:00
Paulo Haddad Martim 8ed2dfae05
Clarify that Windows containers are only available in some Windows editions (#14776)
* Clarify windows containers availability

* Update install.md

Add Windows 11 to the list and remove Windows Server editions as these are not supported.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-07-08 13:42:30 +00:00
David Scott 57714d6499
network/proxy: add a note pointing at docker engine and Docker Desktop (#15046)
* network/proxy: add a note pointing at docker engine and Docker Desktop

The title is "Configure Docker to use a proxy server" which is generic
and implies this is the page which describes everything.

However the scope of the instructions is limited to containers:

> If your container needs to use an HTTP, ...

There are other HTTP proxy cases, for example

- for Docker Desktop to log into Docker
- for pulling and pushing containers
- for docker scan

Add a note at the top of this page to clarify the scope and link to
instructions for other cases.

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

* Apply suggestions from code review

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>

* Update proxy.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-07-08 12:16:01 +01:00
David Scott c65a883cfe
desktop proxies: clarify situation on Mac and Windows (#15045)
* desktop proxies: clarify situation on Mac and Windows

1. there are multiple different places proxies are configured
   (unfortunately)
2. there are behaviour differences between Mac and Windows (currently
   Mac performs transparent proxying but Windows does not)
3. rather than manually setting environment variables for containers we
   should use the CLI's new config.json support.

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

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* Update index.md

* Update index.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-07-08 12:12:39 +01:00
Usha Mandya f34af64ece
Merge pull request #15079 from otterley/patch-1
Multi-arch: Change A1 to Graviton instances
2022-07-08 12:11:03 +01:00
Sebastiaan van Stijn 77f88c7975
Merge pull request #14948 from crazy-max/dockerfile-ref-newloc
dockerfile: new reference location
2022-07-08 12:21:35 +02:00
Usha Mandya ae5e6fffed
Merge pull request #14936 from tomwillfixit/patch-2
docs: context refers to desktop-linux
2022-07-08 11:18:50 +01:00
Usha Mandya b550617209
Merge pull request #14780 from fideloper/patch-1
Add Chipper CI Docker auth instructions
2022-07-08 11:17:53 +01:00
Usha Mandya ed010092c7
Merge pull request #14994 from grant350/patch-1
added what file type the github actions is
2022-07-08 10:31:30 +01:00
Usha Mandya 27b72eeceb
Merge pull request #15023 from bcdady/patch-1
Update wordpress.md
2022-07-08 10:30:04 +01:00
Gabriela Georgieva eeee27a3e9
Fix user flag in privileged-helper.md (#15085) 2022-07-08 10:25:07 +01:00
Dora Ribeiro adc61b973e
Edit to remove reference to missing image (#15069) 2022-07-08 10:09:47 +01:00
Allie Sadler 7e17cb37a5
DKP-91 add checksums to release notes (#15077)
* add checksums to release notes

* added checksums

* review comments

* faqs update

* add SHA-256

* test

* add review comments
2022-07-08 08:50:16 +01:00
Michael S. Fischer 2d55daa51e
Change A1 to Graviton instances
Change focus from legacy A1 EC2 instances to Graviton instances .
2022-07-07 10:44:51 -07:00
jerae-duffin 62b7e5949b
Merge pull request #14815 from jerae-duffin/ENGDOCS-710
updated important note
2022-07-07 12:20:05 -05:00
Usha Mandya 0ef99ebcc0
Merge branch 'master' into ENGDOCS-710 2022-07-07 18:05:24 +01:00
Jerae Duffin cb00ff5606 updated format 2022-07-07 11:57:46 -05:00
Jerae Duffin 5e593b4a8e updated image 2022-07-07 11:51:23 -05:00
Chris McLellan fb83d8a65b
Update privileged-helper.md (#15076) 2022-07-07 14:44:43 +01:00
Sebastiaan van Stijn 335861479c
engine: remove CAP_PERFMON, CAP_BPF, CAP_CHECKPOINT_RESTORE from relnotes (#15050)
These capabilities were reverted in a38b96b8cd,
because the version of containerd and runc that shipped together with
docker 20.10.0 did not support them.

Current versions of containerd and runc support these, so possibly we can
include them again in a patch release, but otherwise support will come in
the next (22.06) release of docker engine.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-06 16:29:11 +01:00
Allie Sadler 716d69338e
updates to dd overview page (#15070) 2022-07-06 15:55:51 +01:00
Gabriela Georgieva 868e0c1186
Document Privileged Helper on Mac (#15057)
* Document Privileged Helper on Mac

* Add missing commas

Co-authored-by: David Gageot <david@gageot.net>

* Add missing backticks

* Apply suggestions from code review

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>

* Add introduction to Privileged Helper page

Co-authored-by: David Gageot <david@gageot.net>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-07-06 14:59:58 +01:00
Mohammad Abdolirad 541ff04313
Introduce Wait4X (#14947)
Introduce Wait4X as a waiting tool.
2022-07-06 12:28:18 +01:00
Jared Boone e7be2f9381
Update ingress.md (#15068)
Minor edit
2022-07-06 11:40:30 +01:00
Dora Ribeiro f92bb4554b
Updating Compose release notes to 2.6.1 (#15026)
* Updating Compose release notes to 2.6.1
2022-07-05 17:15:27 +01:00
maxcleme b308018951
DKP-240: Add release notes for 4.10.1 (#15055)
* DKP-240: Add release notes for 4.10.1

Signed-off-by: Maxime CLEMENT <maxime.clement@docker.com>

* chore: reviews

Signed-off-by: Maxime CLEMENT <maxime.clement@docker.com>

* chore: reviews

Signed-off-by: Maxime CLEMENT <maxime.clement@docker.com>
2022-07-05 16:40:21 +01:00
Allie Sadler 4fef816a9e
Merge pull request #15060 from aevesdocker/ENGDOCS-795
move disk utilization info
2022-07-05 15:55:49 +01:00
Allie Sadler db66a143a4 fix broken links 2022-07-05 15:46:04 +01:00
Allie Sadler 26d97465a6
Merge pull request #15061 from aevesdocker/fix-link
fix broken link in banner
2022-07-05 15:27:31 +01:00
Allie Sadler 0ad6e2e132 fix broken link in banner 2022-07-05 15:22:42 +01:00
Allie Sadler 9e51cfece2 fix broken link in banner 2022-07-05 15:12:17 +01:00
Allie Sadler 3ded448faf move disk utilization info 2022-07-05 15:08:42 +01:00
jerae-duffin f5ed8bbd6e
Merge pull request #14889 from chrispatrick/update-redoc
Update redoc and add DVP Data API doc
2022-07-05 08:40:05 -05:00
Allie Sadler 203df76514
Merge pull request #15038 from aevesdocker/ENGDOCS-779
add a 'networking' for all platforms page
2022-07-05 13:58:45 +01:00
Allie Sadler d76f07721c
Update desktop/networking.md 2022-07-05 13:53:30 +01:00
Allie Sadler 571ee30031
Merge branch 'master' into ENGDOCS-779 2022-07-05 13:48:52 +01:00
Allie Sadler d9db26dfae
extensions banner (#15056)
* extensions banner

* typo fix

* typo fix

* typo fix
2022-07-05 11:28:20 +01:00
Chris Ainsworth-Patrick cfd1799ca9 Update DVP OAPI doc to latest version 2022-07-05 10:55:53 +01:00
Melonnie Manohar 2504b20b0d
removed Apps text (#15053) 2022-07-05 09:34:13 +01:00
Sebastiaan van Stijn 406ddb3a1f
Merge pull request #14643 from Josehower/patch-1
Add instructions link to enable virtualisation
2022-07-04 12:46:59 +02:00
José Fernando Höwer Barbosa b9e2257704
Add instructions link to enable virtualisation
I just found it hard to find good instructions to enable virtualization from the UEFI or BIOS. So I just added a useful link

Co-authored-by: Sebastiaan van Stijn <github@gone.nl>
2022-07-04 12:38:53 +02:00
Allie Sadler 718d50a27c
Merge pull request #15049 from aevesdocker/ENGDOCS-780
add global support page for DD
2022-07-04 11:06:33 +01:00
Allie Sadler e9d1f59cd2 add global support page for DD 2022-07-04 10:55:45 +01:00
Dora Ribeiro 4b788070ac
Merge pull request #14985 from BinaryWizard904/patch-1
Fix Dead Link in the Compose specification documentation
2022-07-01 16:53:22 +01:00
Dora Ribeiro 6ba2f76186
Merge pull request #15040 from fguarini/patch-1
Typo fix in Manuals/Security/Rootless.
2022-07-01 16:40:17 +01:00
Dora Ribeiro 36d6481f95
Merge pull request #15027 from angelcervera/patch-1
Fixing 'docker compose' syntax in Manuals/Getting started with Compose
2022-07-01 12:30:58 +01:00
Allie Sadler 5f339da34c
Merge pull request #15042 from aevesdocker/ENGDOCS-788
refine the Extensions-sdk
2022-07-01 10:40:30 +01:00
Allie Sadler 1de71c04ad tweaks 2022-07-01 10:23:05 +01:00
Allie Sadler 9ff88bb27d fix broken links 2022-07-01 10:17:26 +01:00