Commit Graph

1443 Commits

Author SHA1 Message Date
David Karlsson 785ec8c45f
Merge pull request #16416 from thaJeztah/engine_23_reference_update
engine: update docs for 23.0.0
2023-02-02 16:01:55 +01:00
David Karlsson c1f52485f8
Merge pull request #16421 from dvdksn/engine/2300-release
engine: 23.0.0 release notes
2023-02-02 16:01:22 +01:00
David Karlsson 6e5f8d36c7 engine: add 23.0 release notes 2023-02-02 15:20:17 +01:00
Sebastiaan van Stijn d62fa28810
engine: update reference docs for 23.0.0
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-02-01 20:29:56 +01:00
Sebastiaan van Stijn 77bb40ce7b
engine: api: add API v1.42 (docker v23.0.0)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-02-01 20:24:59 +01:00
Sebastiaan van Stijn 0f35683784
reference: remove docs for deprecated "docker app"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-02-01 20:24:58 +01:00
Benjamin Grandfond c4aaf47add
Update extension publishers' feedback form link (#16637)
* Change the feedback form link

* Move the extension security page under the architecture section
2023-01-31 14:57:41 +00:00
David Karlsson fb46f0d94c engine: mv 20.10 release notes 2023-01-31 06:27:39 +01:00
David Karlsson a42490a14b
compose: update envvars path in reference toc (#16632)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-01-30 15:07:24 +00:00
Allie Sadler 3a09816b5c
Engdocs 1067a (#16628)
* updated toc

* move env-file.md

* update env-file.md content

* move envvars-precedence.md

* change envvars-precedence content

* move envvars.md

* change content of envvars.md

* move and rename environment-variables.md

* change content for set-environment-variables.md

* fix links

* format fix
2023-01-30 11:27:59 +00:00
jerae-duffin f3390b9d59
Merge branch 'main' into ENGDOCS-1161 2023-01-27 15:30:14 -06:00
Jerae Duffin 4c2d3ac5b1 --amend 2023-01-27 15:29:02 -06:00
tonistiigi 69895c257b build: update buildx reference to v0.10.1
Signed-off-by: GitHub <noreply@github.com>
2023-01-27 02:19:39 +00:00
Jerae Duffin 830779ab43 manage companies 2023-01-26 20:08:27 -06:00
Andre Hofmeister 3affff66e4
docs: Add "Run your tests" section to .NET (#16244)
* docs: Add "Run your tests" section to .NET

* fix: Add "Run your tests" to toc.yaml
2023-01-20 14:20:28 -08:00
Allie Sadler 1827dc4df3
evolution of compose explainer (#16521)
* evolution of compose

* fix links

* clarify 'History' section

* code review changes
2023-01-20 09:55:00 +00:00
Allie Sadler 790a5c2a37
ENGDOCS-1184 (#16555) 2023-01-19 12:50:19 +00:00
CrazyMax bce9178272
engine: update reference docs (yaml)
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-14 11:40:40 +01:00
Michael Irwin 7e332408ad
Update naming of wordsmith sample app
The wordsmith sample app repo has been renamed, so updating docs to reflect that (old URL will still redirect to the new).

Signed-off-by: Michael Irwin <mikesir87@gmail.com>
2023-01-13 16:30:02 -05:00
CrazyMax eb48be2fd2
Update buildx reference to v0.10.0
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2023-01-13 15:20:07 +01:00
Allie Sadler 47c9478f2a
extensions tidy (#16513) 2023-01-13 10:24:37 +00:00
Guillaume Tardif 635e0160e3
Remove extension beta mentions (#16383)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2023-01-12 15:29:19 +00:00
David Karlsson cc0021f9bc
build: add attestation docs (#16358)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2023-01-09 16:45:28 +01:00
Allie Sadler 2cad646039
ENGDOCS-1069 (#16436)
* ENGDOCS-1069

* fixes from code review
2023-01-09 13:17:55 +00:00
Sebastiaan van Stijn a7b9985e00
engine: update reference docs (yaml), and fix anchor links
The updated version uses new anchors for flags, so updates are needed
elsewhere to update those anchors.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-01-09 10:29:43 +01:00
docker-tools-robot 1f4f22c5c4
Update Compose reference API to v2.15.0 (#16442)
Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: glours <glours@users.noreply.github.com>
2023-01-09 09:28:41 +00:00
Allie Sadler 6bf4124f80
add allowlist info for docker desktop (#16432) 2023-01-04 16:08:06 +00: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
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
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
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
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
Jerae Duffin 1f5a5782a7 created overview for Hub 2022-12-15 14:52:11 -06:00
David Karlsson 85df4b7b04 build: removed toc link to multiple builders page
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-14 09:51:53 +01:00
David Karlsson 46901bb961 build: restructured manuals toc
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-13 14:29:35 +01:00
Usha Mandya df88d8451a
Merge pull request #16289 from benja-M-1/extension/architecture
Add extensions architecture section
2022-12-13 09:44:34 +00:00
Benjamin Grandfond 81c885abcd
Add an architecture section
Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: Felipe Cruz Martinez <15997951+felipecruz91@users.noreply.github.com>
2022-12-13 09:35:02 +01:00
Craig Osterhout 9bfdca5ed2
Add domain audit (#16293)
* Add domain audit feature for early access
2022-12-12 14:05:31 -08:00
CrazyMax 46d26811e4
build: move bake under the build section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-12-12 08:32:11 +01:00
Benjamin Grandfond 90ca64879c
Rework extension backend doc (#16236)
* Genericize frontend tutorial and make it clear other tech are usable and track it

* Rework backend tutorial to add tabs for other techs and incorporate the build and install commands.

* Guillaume's feedback
2022-12-06 16:11:54 +00:00
Guillaume Tardif 4c8c02fe4b
Reorganise extension part 2: publish section (#16268)
* Add doc about sharing extensions

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

* Re-organise extension publish section

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

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-12-06 16:08:38 +00:00
David Karlsson 95213b6418
runtime: fixed linktitle for c8d image store page (#16283) 2022-12-05 15:34:54 +00:00
docker-tools-robot 69371d43f5
Update Compose reference API to v2.14.0 (#16271)
Signed-off-by: GitHub <noreply@github.com>

Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: milas <milas@users.noreply.github.com>
2022-12-05 08:36:52 +00:00
Sebastiaan van Stijn 5b5b60beb3
Merge pull request #16133 from dvdksn/restructure-engine-docs
restructure engine docs
2022-12-01 17:16:56 +01:00
Allie Sadler 87b5615982
DD 4.15: extensions content changes (#16187)
* DD 4.15: extensions content changes

* addition of share content
2022-12-01 15:26:23 +00:00
David Karlsson 5135d40383 engine: restructure and consolidate
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-12-01 15:44:37 +01:00
Allie Sadler 884eae93ba
align HD with product naming in marketing (#16239) 2022-11-28 19:20:30 +01:00
Benjamin Grandfond 9f48561e2d
Add guide about host binaries (#16198)
* Add host binary guide and move others to this section

* Fixes, improvements fronm review

* Update the example with a working version on windows

* More feedback from the team

* Fix tab id

* Fix broken links and images
2022-11-28 17:47:49 +00:00