Commit Graph

1429 Commits

Author SHA1 Message Date
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
Benjamin Grandfond
3e1e0335a6 Genericize frontend tutorial and make it clear other tech are usable and track it (#16195)
* Genericize frontend tutorial and make it clear other tech are usable and track it

* Fix linking

* Add some space before the callout

* Review feedback

* Fix link
2022-11-28 10:46:43 +00:00
Guillaume Lours
b8478f85d0 update Compose reference documentation and release notes to version v2.13.0 (#16213)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2022-11-24 14:16:20 +00:00
David Karlsson
bad2be0b64 build: tidy 'develop' section in guides (#16196)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-11-23 16:53:04 +01:00
Tárikly Távora
e6635f8b8d Fix URLs samples
Fix URLs samples
2022-11-18 17:18:55 -03:00
Allie Sadler
3f0cded22f SDK landing page reorg (#16174)
* SDK landing page reorg

* fix link
2022-11-17 12:04:27 +00:00
Allie Sadler
aca1285b61 Eci patch 2 (#16152)
* correct outdated eci information

* move IAM into Hardened Desktop
2022-11-14 13:14:14 +00:00
CrazyMax
b4cc609ef3 build(ci/gha): move builder configuration in a dedicated page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-10 10:32:26 +01:00
David Karlsson
ffee3d5dc4 dvp: describe chart vizualization of analytics data (#16117)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-11-09 10:09:14 +00:00
CrazyMax
a9b0774946 Merge pull request #16094 from crazy-max/build-context
build: context page
2022-11-07 11:25:36 +01:00
CrazyMax
ba8ae8535f build: context page
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-07 11:15:30 +01:00
Allie Sadler
79fc8d6ddc mac-install-refine (#16082)
* mac-install-refine

* fix links

* Update compose/compose-v2/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-11-07 09:04:41 +00:00
David Karlsson
6169178d84 build: fix toc for exporters
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-11-05 11:16:49 +01:00
David Karlsson
01028d58ce Merge pull request #16069 from dvdksn/add-exporter-docs
build: add stubs and toc for exporters
2022-11-04 15:01:33 +01:00
Allie Sadler
8125871469 Make how to publish extensions more clear (#16067)
* Make how to publish extensions more clear

* fixes

* fix

* toc fix

* Update desktop/extensions-sdk/extensions/index.md

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

* Update desktop/extensions-sdk/extensions/index.md

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

* Update desktop/extensions-sdk/extensions/index.md

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

* Update desktop/extensions-sdk/extensions/index.md

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

* Update desktop/extensions-sdk/extensions/index.md

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

* Update desktop/extensions-sdk/extensions/index.md

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

* Update desktop/extensions-sdk/build/test-debug.md

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

Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-11-04 12:47:34 +00:00