Commit Graph

61172 Commits

Author SHA1 Message Date
Guillaume Lours 883b254f21
update Compose release notes for version 2.15.0 (#16444)
* update Compose release notes for version 2.15.0

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Apply suggestions from code review

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-09 09:24:28 +00:00
David Karlsson 10b6d12799
Merge pull request #16457 from ulrich/patch-1
Update index.md
2023-01-07 22:05:57 +01:00
Sebastiaan van Stijn 5adc36d2a4
Merge pull request #16461 from thaJeztah/htmlproofer_temporary_excludes
htmlproofer: add temporary exclusion rules to help with migration to new anchor links in reference
2023-01-07 16:26:31 +01:00
Sebastiaan van Stijn 0ee48cc243
Merge pull request #16459 from thaJeztah/engine_api_use_master
engine: use API definitions from default branch
2023-01-07 14:46:32 +01:00
Sebastiaan van Stijn e19b56d856
htmlproofer: temporarily exclude engine/commandline/cli
This page will be updated once the associated PR in docker/cli is merged.
Excluding it until then.

    Running ["LinkCheck", "ImageCheck", "ScriptCheck"] on ["./_site"] on *.html...

    Ran on 2173 files!

    - ./_site/engine/reference/commandline/cli/index.html
      *  linking to internal hash #format-the-output that does not exist (line 314)
         <a href="/engine/reference/commandline/config_ls/#format-the-output"><strong>format the output</strong> section in the  documentation</a>
      *  linking to internal hash #format-the-output that does not exist (line 318)
         <a href="/engine/reference/commandline/images/#format-the-output"><strong>format the output</strong> section in the  documentation</a>
      *  linking to internal hash #format-the-output that does not exist (line 334)
         <a href="/engine/reference/commandline/secret_ls/#format-the-output"><strong>format the output</strong> section in the  documentation</a>
      *  linking to internal hash #formatting that does not exist (line 326)
         <a href="/engine/reference/commandline/plugin_ls/#formatting"><strong>formatting</strong> section in the  documentation</a>
      *  linking to internal hash #formatting that does not exist (line 322)
         <a href="/engine/reference/commandline/node_ls/#formatting"><strong>formatting</strong> section in the  documentation</a>
      *  linking to internal hash #formatting that does not exist (line 330)
         <a href="/engine/reference/commandline/ps/#formatting"><strong>formatting</strong> section in the  documentation</a>
      *  linking to internal hash #formatting that does not exist (line 338)
         <a href="/engine/reference/commandline/service_inspect/#formatting"><strong>formatting</strong> section in the  documentation</a>
      *  linking to internal hash #formatting that does not exist (line 342)
         <a href="/engine/reference/commandline/service_ls/#formatting"><strong>formatting</strong> section in the  documentation</a>
      *  linking to internal hash #formatting that does not exist (line 346)
         <a href="/engine/reference/commandline/stats/#formatting"><strong>formatting</strong> section in the  documentation</a>

    HTML-Proofer found 9 failures!

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-07 13:41:19 +01:00
Sebastiaan van Stijn 1af8b42db8
htmlproofer: temporarily exclude buildx build
The buildx build docs refers to anchors that are being updated,
but are maintained in a separate repository; exclude that page
from the validator until the anchor changes are live and the
buildx docs updated.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-07 13:41:16 +01:00
Sebastiaan van Stijn f034af363c
engine: use API definitions from default branch
The default branch has separate files for each API version, so we can
consume the swagger files from that branch (we only publish the ones
that have been released through the stubs in the engine/api/ directory).
Using the default (master) branch allows for API docs changes to be
published without them being cherry-picked into the release branch.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-06 22:15:10 +01:00
Ulrich VACHON 0bf72f19e5
Update index.md
Remove `&emdash;` entry.
2023-01-06 17:50:21 +01:00
Allie Sadler 380bf39b94
fix checksum accordions (#16441)
* fix checksum accordions

Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2023-01-06 15:27:51 +01:00
Allie Sadler 8baee04e90
ENGDOCS-1063 (#16446)
* ENGDOCS-1063

* edits
2023-01-05 15:47:56 +00:00
Allie Sadler 9706d459a4
allowlist patch (#16435) 2023-01-04 17:14:32 +00:00
David Karlsson 5fd0bd027a
Merge pull request #16434 from docker/dvdksn-patch-1
chore: update copyright year in README.md
2023-01-04 17:25:13 +01:00
David Karlsson a47d100bbd
chore: update copyright year in README.md 2023-01-04 17:10:02 +01:00
David Karlsson 3ea359707d
Merge pull request #16425 from zombieleet/patch-1
doc: specify that `N` should be an odd number
2023-01-04 17:08:16 +01:00
Allie Sadler 6bf4124f80
add allowlist info for docker desktop (#16432) 2023-01-04 16:08:06 +00:00
jerae-duffin 2315379902
Merge pull request #16423 from jerae-duffin/ENGDOCS-1152
Updated default setting
2023-01-04 10:01:10 -06:00
Jerae Duffin 8216187c7b updated default 2023-01-04 09:36:00 -06:00
Victory Osikwemhe 0133cf6f68
doc: improve sentence relating to odd number of worker nodes
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-01-04 15:46:28 +01:00
Nghiauet e5df3a3799
Correct docker compose command (error with "-") (#16426)
I already removed it
2023-01-04 13:54:11 +00:00
David Karlsson 63cf83519a
Merge pull request #16428 from zombieleet/patch-2
doc: add documentation for `READY` state
2023-01-04 14:35:58 +01:00
Victory Osikwemhe 90e51e74c9
doc: add documentation for `READY` state 2023-01-04 11:36:40 +01:00
Victory Osikwemhe 682d300d15
doc: specify that `N` should be an odd number 2023-01-04 08:04:23 +01:00
Benjamin Grandfond ee8a6b745e
Add redirect (#16326)
* Add redirect

* Move the overview and top and rename the file to index.md
2023-01-03 16:15:23 +00:00
Dezmerean Robert ca4c8ca4bf
Update example workflows page (#16419) 2023-01-03 12:14:50 +00:00
Shraban Kumar Mahato e4a13cb084
Update ubuntu.md (#16346)
* Update ubuntu.md

Added #Debian, Linux Mint in keywords (Tags)

* Update desktop/install/ubuntu.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-01-03 12:09:03 +00:00
accetto 2099fd50a5
Update compose-var-sub.md (#16400)
Signed-off-by: accetto 34798830+accetto@users.noreply.github.com

Signed-off-by: accetto 34798830+accetto@users.noreply.github.com
2023-01-03 12:03:41 +00:00
Felipe Cruz Martinez 648bd120d6
Add extensions security doc (#16389)
* Add extensions security doc

* Apply suggestions from code review

Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* fixes review comments

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

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-03 10:03:57 +00:00
David Karlsson b73b66835f
Merge pull request #16413 from ninjaoxygen/patch-1
Fix Windows kubectl.exe path in kubernetes.md
2023-01-03 11:00:54 +01:00
Chris Poole ebbcfb0ff0
Fix Windows kubectl.exe path in kubernetes.md
Kubectl.exe path has a DOS prompt ">" character in it, but then refers to configuring this as part of PATH. If the prompt character is copied into the PATH environment variable, it will not work.
2022-12-31 15:34:42 +04:00
David Karlsson 21816afcc2
Merge pull request #16344 from dvdksn/storage/get-started-bindmounts
feedback: improve getting started documentation on bind mounts
2022-12-30 11:05:43 +01:00
Usha Mandya aca2f83e7b
Merge pull request #16395 from thaJeztah/remove_fedora_35
Remove Fedora 34, 35 as they're EOL
2022-12-29 10:53:48 +00:00
Usha Mandya a6c6a1fa8d
Merge pull request #16409 from scraly/patch-3
fix: the App.tsx example file content
2022-12-29 10:48:20 +00:00
Sebastiaan van Stijn e8491d140c
Merge pull request #16406 from scraly/patch-2
fix: the dockerfile example
2022-12-29 09:18:15 +01:00
Aurelie Vache a821761ebf
fix: the App.tsx example file content 2022-12-28 11:53:43 +01:00
Aurelie Vache a151debaf1
fix: the dockerfile example 2022-12-27 20:04:07 +01:00
Sagi Sarussi 81260ff606
Update formatting.md 2022-12-27 20:01:25 +02:00
Sebastiaan van Stijn 07091a097f
Remove Fedora 34, 35 as they're EOL
Fedora 24 reached EOL on June 6, Fedora 36 reached EOL on December 13;
https://docs.fedoraproject.org/en-US/releases/eol/

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-12-23 00:52:58 +01:00
David Karlsson 72c6f3c899
Merge pull request #16334 from dvdksn/dvp-analytics-owner-field
dvp: added 'Owner' field and aligned table columns
2022-12-21 19:11:08 +01:00
Guillaume Tardif ebf7272b2d
Update info about extension local storage and tokens (#16390)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-12-21 13:09:03 +00:00
David Karlsson 310dfbe856 feedback: improve getting started documentation on bind mounts
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-20 22:46:47 +01:00
jerae-duffin 651ac1aac2
Merge pull request #16338 from jerae-duffin/ENGDOCS-998
Created an overview for Hub
2022-12-20 13:39:56 -06:00
jerae-duffin 2a0b07210c
Update docker-hub/index.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
2022-12-20 13:31:17 -06:00
David Karlsson 68e6aebce0
Merge pull request #16290 from benja-M-1/extension/extract-validate
Extract the validation in its own page
2022-12-20 15:39:36 +01:00
Guillaume Lours 8ce6566cb0
add release note for Compose 2.14.2 (#16381)
* add release note for Compose 2.14.2

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-12-20 10:27:04 +00:00
docker-tools-robot 5fe495c48f
Update Compose reference API to v2.14.2 (#16379)
Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: glours <glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-12-20 10:07:21 +00:00
docker-tools-robot d525182184
Update Compose reference API to v2.14.1 (#16351)
Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: glours <glours@users.noreply.github.com>
2022-12-20 09:51:41 +00:00
Benjamin Grandfond a137f93a62
Extract the validate section and remove build/install page
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-12-19 17:30:29 +01:00
Jerae Duffin 21105dd888 updated toc 2022-12-19 09:39:06 -06:00
Guillaume Lours a92fbf695d
add release note for Compose 2.14.1 (#16367)
* add release note for Compose 2.14.1

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

* Update compose/release-notes.md

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-12-19 15:22:40 +00:00
Allie Sadler 9cb426e3c3
align docs with whitepaper (#16366)
* align docs with whitepaper

* Update desktop/hardened-desktop/index.md

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-12-19 13:55:17 +00:00