Commit Graph

58003 Commits

Author SHA1 Message Date
Jerae Duffin cf7ae5584a invite members 2022-05-03 13:07:02 -05:00
Usha Mandya bf4c9b884b Update the Windows proxy settings info
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-05-03 17:50:24 +01:00
Usha Mandya 3f090dc663
Merge pull request #14654 from docker/master
Publish updates from master
2022-05-03 16:44:16 +01:00
jerae-duffin e9de1e63ed
Merge pull request #14628 from jerae-duffin/ENGDOCS-662
updated registry.json
2022-05-03 10:38:13 -05:00
Usha Mandya 0658d98145
Merge pull request #14634 from glours/compose-doc-improvments
Compose doc improvments
2022-05-03 16:17:55 +01:00
Guillaume Lours 57133d978c
fix broken link to install manually the Compose binary on Linux
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-03 16:56:11 +02:00
Usha Mandya 30a3385640 Update compose/cli-command-compatibility.md 2022-05-03 15:31:43 +02:00
Usha Mandya dcdd50edbd Apply suggestions from code review
Apply suggestions from code review

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2022-05-03 15:31:43 +02:00
Guillaume Lours ce0a395f94 update the Compose Linux installation to use package managers
Apply suggestions from code review

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-03 15:31:43 +02:00
Guillaume Lours 4848a0d147 merge Compose V2 overview to the Compose index page
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-05-03 15:31:43 +02:00
Usha Mandya 58ef5343c6
Merge pull request #14638 from glours/update-compose-version-2.5.0
update Compose version to v2.5.0 and reference Compose CLI documentation
2022-05-03 13:53:54 +01:00
Usha Mandya e77783ca57
Merge pull request #14595 from mark-dr/update-color-palette
Update color palette, fix link visibility in dark theme
2022-05-03 09:54:56 +01:00
Sebastiaan van Stijn b02580bd21
reference: update description for experimental cli features
Experimental CLI features are enabled by default since docker 20.10, so the
instructions for enabling the features were no longer needed. Also tweaked the
description a bit to align how we describe experimental features elsewhere.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-05-02 11:24:39 +02:00
Sebastiaan van Stijn d468e10c68
reference: hide "minimum API version" badges for old versions
The reference pages show badges for commands and options (flags) that require
a minimum API version. While this information can be useful if an option was
added in a recent version of the Docker Engine (and API), these badges are no
longer relevant to most users if the minimum required version is quite "old".

We assume users reading these pages to be on the current version, or at most
on the version before that (which is already "unsupported"). Users running
older versions have bigger problems on their hand, so we're not accounting for
those.

So, to reduce unnecessary clutter on the page, we only show the minimum required
API version if it requires a relatively recent version of the Engine.

A new "min_api_threshold" option was added in the `_config.yml`, which specifies
the minimum required API version for which we show a badge (currently: API v1.40,
or "Docker 19.03").

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-30 19:10:05 +02:00
Sebastiaan van Stijn 27355f688d
reference: omit "parent command" section for "docker"
The "parent command" can be useful if the page describes a subcommand,
but generally having a link to `docker` may not provide much value.

This patch omits the "parent command" section if the parent command
is the `docker` command itself.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-30 17:16:57 +02:00
Sebastiaan van Stijn a984ba10af
reference: re-format markdown table in source
Should make no change in the rendered output, but my IDE didn't like
it not being well-formed :D

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-30 17:10:46 +02:00
Sebastiaan van Stijn 0ea7f3de72
reference: fix title on API version badges
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-30 17:08:22 +02:00
Sebastiaan van Stijn 144c8b1f8f
reference: remove "description" header, and use it for "extended description"
The "description" header included the short description of each command. In most
cases, this description was very short ("run a container"), and adding the extra
header before it only was adding extra noise.

This patch:

- removes the top "description" header
- renames the existing "extended description" header to "description" (a hidden
  "extended-description" anchor is added for backward compatibility)

As the extended description can be long (hopefully!), there may be a long distance
between the `Usage` section and the `Options` section. To help users navigate
to the list of available options, an extra line is printed if an extended
description is available for the command, including a link to the corresponding
section:

> Refer to the options section for an overview of available OPTIONS for this command.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-30 17:05:46 +02:00
Sebastiaan van Stijn 67f15b4e19
reference: remove "enterprise_only" condition
This metadata condition was used for features that were only available
on Docker Enterprise Edition ("Docker EE"), and is no longer used.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-04-30 16:08:57 +02:00
Usha Mandya 90c018888a
Merge pull request #14625 from docker/master
Publish updates from master
2022-04-29 13:33:21 +01:00
Guillaume Lours e1c850abe4
update Compose version to v2.5.0 and reference Compose CLI documentation
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-29 13:01:38 +02:00
Craig Osterhout 169c3ad8d7
fixed broken Edit this page links for some upstream files under /cloud/ (#14629)
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-29 10:38:29 +01:00
jerae-duffin 9f4e48914b
Merge pull request #14611 from jerae-duffin/ENGDOCS-665
removed recovery code
2022-04-27 10:36:48 -05:00
Jerae Duffin 46097dd2a8 updated registry.json 2022-04-27 07:24:05 -05:00
Mathieu Champlon d7e4582321 Remove support for windows versions which are not supported by microsoft anymore
The actual end of support date for these is May 10, 2022.
2022-04-27 12:30:58 +02:00
Andrea Leopardi d4616a7fde
Fix a typo in deploy.md
The "fronted" service in an example was mispelled.
2022-04-27 11:48:00 +02:00
Usha Mandya 8acfa2f29b
Merge pull request #14622 from himythili/patch-1
Capitalizing the proper noun / product name
2022-04-27 09:58:32 +01:00
himythili 43084b450d
Capitalizing the proper noun / product name
'Docker Registry' instead of 'Docker registry'
2022-04-27 09:44:35 +05:30
Sebastiaan van Stijn c5f5e5f3f5
Merge pull request #14619 from usha-mandya/engdocs-664
Update PR template
2022-04-27 01:32:12 +02:00
jerae-duffin df46c05143
Merge pull request #14616 from craig-osterhout/audit-log-capitalization
Audit log capitalization
2022-04-26 18:25:33 -05:00
Sebastiaan van Stijn a7221afce5
Merge pull request #14620 from usha-mandya/language-guides-patch
Remove the request new guide issue link
2022-04-27 01:19:57 +02:00
Usha Mandya 5c5ba79b74 Remove the request new guide issue link
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-26 23:46:13 +01:00
Usha Mandya 530fbf8f4c Update PR template
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-04-26 23:31:31 +01:00
craig-osterhout 5a24650d24 audit log capitalization, based on whether a feature name or not
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-26 13:13:39 -07:00
craig-osterhout d27247ac6d audit log capitalization, based on whether a feature name or not
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-26 13:04:49 -07:00
Usha Mandya cce5ce8430
Merge pull request #14614 from docker/master
Publish updates from master
2022-04-26 18:28:48 +01:00
Usha Mandya cca775e508
Merge pull request #14553 from glours/add-compose-install-engine
Add compose install engine
2022-04-26 17:00:10 +01:00
Guillaume Lours e10f19f952
Apply suggestions from code review
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-26 17:49:51 +02:00
Jerae Duffin 4d56f99386 removed all 2fa 2022-04-26 09:59:30 -05:00
Jerae Duffin 9591e92a6a removed recovery code 2022-04-26 09:51:25 -05:00
Craig Osterhout 5cd89f39c7
Merge pull request #14604 from craig-osterhout/SSO-style-fix
Fixed some formatting and capitalization issues in SSO topic
2022-04-25 19:26:36 -07:00
craig-osterhout c3c64b0ea4 fixed note formatting and capitalization
Signed-off-by: craig-osterhout <craig.osterhout@docker.com>
2022-04-25 15:37:22 -07:00
Guillaume Lours d30117c1d4
clean the docker compose command doc to remove reference to v1 and GA
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-25 19:30:40 +02:00
Guillaume Lours a70e6ab243 Update Compose installation for the V2 GA announcement
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-25 18:47:37 +02:00
Guillaume Lours f95abb647a Add docker-compose-plugin package in linux distro engine installation
Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
2022-04-25 18:47:37 +02:00
Usha Mandya 832a139732
Merge pull request #14602 from docker/master
Publish updates from master
2022-04-25 14:43:14 +01:00
Allie Sadler 28a3987c9f
Engdocs 633 (#14534)
* Created new extensions user manual
2022-04-25 14:35:36 +01:00
Usha Mandya 532eafb1c8
Merge pull request #14600 from mark-dr/fix-alerts-on-bind-mounts-page
Fix alerts on bind mounts page
2022-04-25 11:25:22 +01:00
Mark H 51a49dc4bf Fix alerts on bind mounts page 2022-04-25 11:08:55 +01:00
Mark H 1f7312dd86 Convert alerts to new color palette 2022-04-22 20:54:05 +01:00