Commit Graph

58800 Commits

Author SHA1 Message Date
Craig Osterhout 3f6602d054
Merge pull request #15744 from InfoDevkota/master
Fix example container refrence on Orchestration Deploy
2022-09-27 09:36:52 -07:00
Usha Mandya 9e65beaa7c
Merge pull request #15757 from usha-mandya/win-2x-eula-patch
Fix Windows 2.x download links
2022-09-27 15:50:32 +01:00
Usha Mandya 03556b8e26 Fix Windows 2.x download links
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-09-27 14:09:11 +01:00
CrazyMax 89bdf57ecd
Merge pull request #15756 from dvdksn/resize-build-icon
compress build icon
2022-09-27 14:43:06 +02:00
David Karlsson 7dcbc6a390 downscale to 250px 2022-09-27 14:37:07 +02:00
David Karlsson 46f298791b compressed landing page icon for build 2022-09-27 14:31:29 +02:00
David Karlsson 465d167d00
Add build to list of products on landing page (#15754) 2022-09-27 13:41:40 +02:00
CrazyMax 3e123ca725
Merge pull request #15752 from crazy-max/fix-link
docker-hub: fix link to logo asset
2022-09-27 12:04:51 +02:00
CrazyMax 9a160204ff
docker-hub: fix link to logo asset
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-09-27 11:44:19 +02:00
CrazyMax 99370cd8dc
Merge pull request #15603 from jedevc/cache-docs
Add build cache introduction docs
2022-09-27 11:08:26 +02:00
Craig Osterhout 4e37a7464b
Merge pull request #15736 from umar006/patch-1
Update docker compose command
2022-09-26 14:01:55 -07:00
Sagar Devkota 87681a7b99 Fix example container refrence on Orchestration Deploy
Replaced bulletin board container with getting-started container
Replace bulletin board refrencing app with Todo app
2022-09-26 20:51:37 +05:45
Allie Sadler 5c68a7ad02
extension amendments (#15742) 2022-09-26 12:41:31 +01:00
Yashasvi Chaurasia 119f4dcca6
docs: updated trust_delegation.md
Signed-off-by: Yashasvi Chaurasia <yashasvi12977@gmail.com>
2022-09-26 00:07:12 +05:30
Umar Al-Faruq bf00d867d3
Fix all docker compose command
Remove "-" in docker compose command (docker-compose -> docker compose)
2022-09-25 18:49:23 +07:00
David Karlsson e0bbe1a32f
atomist patch1 (#15728)
* updates based on early feedback

* add OCI and JFrog

* fix typo in attr value

* moved atomist one level up in sidenav
2022-09-24 23:27:21 +02:00
Craig Osterhout ab0a1f692d
Merge pull request #15730 from firgun/patch-2
Fix typos, tone and brevity
2022-09-23 12:57:15 -07:00
Craig Osterhout 2883c91e6d
Merge pull request #15729 from firgun/patch-1
Fix typo
2022-09-23 07:48:22 -07:00
Keagan Roos 4f927ed277
Fix typos, tone and brevity 2022-09-23 16:44:59 +02:00
Keagan Roos 70b26ae9f3
Fix typo
Change "return" to "returning".
2022-09-23 16:22:03 +02:00
Sebastiaan van Stijn 51fff9246b
Merge pull request #15725 from thaJeztah/fix_mount_propagation
storage: remove mention of "named volumes" for mount propagation
2022-09-23 15:08:56 +02:00
Guillaume Tardif f8a609a768
Add license info for extension authors (#15726)
* Add license info for extension authors

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

* Update desktop/faqs/general.md

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-09-23 10:22:30 +00:00
Sebastiaan van Stijn 7b65eabc8e
storage: remove mention of "named volumes" for mount propagation
Mount propagation is not supported for named volumes, as mentioned in
the paragraph before this one, so let's remove it here.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-09-23 11:37:30 +02:00
David Karlsson f7c9499e7d
Documentation for dso.docker.com (#15540)
* initial commit with atomist content

* updated domain name for dso

* updated tutorial

* fixed broken link

* updated image policies

* rm excess pages

* update toc and remove broken links

* first pass on k8s integration pageg

* updated dockerfile label

* reworked policies, restructuring

* update links, rm dockerhub integration

* added reference to seamless docker hub integration

* added back hub tab in get started

* fix platform statement for connect registry

* update get-started

* update try instruction

* edited deploy tracking

* rm policies from toc, update advisories page

* moved advisories page to new reference section

* removed unsupported settings

* removed gitops and k8s adm ctrl

* shift emphasis from scanning to sboms

* fix typo in oci label

Co-authored-by: CrazyMax <github@crazymax.dev>

* address review comments

* added buildx and other edits

* updated try tutorial

* update google instructions

* removed unsupported content

* add disclaimer to settings page

* editorial, cleanup

* minor updates

* fix toc

* address review comments

* fix broken link

Signed-off-by: David Karlsson <david.karlsson@docker.com>

Signed-off-by: David Karlsson <david.karlsson@docker.com>
Co-authored-by: CrazyMax <github@crazymax.dev>
2022-09-22 13:12:05 +02:00
Allie Sadler f3cfa1532e
ENGDOCS-1017 (#15719) 2022-09-22 11:42:25 +01:00
Usha Mandya 1627826098
Merge pull request #15696 from docker-tools-robot/dispatch/compose-api-reference-v2.11.1
Update Compose reference API to v2.11.1
2022-09-22 11:41:41 +01:00
Allie Sadler c87d4b90eb
vale addition (#15717) 2022-09-22 10:56:11 +01:00
Felipe Cruz Martinez c13a9bc50b
Document how to add Marketplace categories to Docker Extensions (#15716) 2022-09-22 07:51:09 +00:00
Guillaume Tardif 6228d4e263
Direct extension authors to the quickstart guide rather than samples when they start creating a codebase for their new extensions (#15702)
* Direct extension authors to the quickstart guide rather than samples when they start creating a codebase for their new extensions

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

* Apply suggestions from code review

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

* Fix warning class not picked up properly in note

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

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-09-22 08:50:25 +01:00
Bruno Sousa ba85aa2460
Add reference filter issue (#15713)
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-09-22 08:48:05 +01:00
Craig Osterhout 3d32a4eca7
Merge pull request #15657 from craig-osterhout/15646-java-issue
Issue-15646: Java language specific guide issue
2022-09-21 15:07:12 -07:00
David Karlsson a71ef444f5
update vale rules 2022-09-21 22:23:35 +02:00
David Karlsson cec77bacd4 clarified sentence length prompt 2022-09-21 20:29:00 +02:00
David Karlsson 9aa85dacc1 remove broken callout rule 2022-09-21 20:26:46 +02:00
David Karlsson a6127cb34b add tokenignore for {:} liquid tag 2022-09-21 20:26:29 +02:00
Craig Osterhout f4fdee901e
Merge pull request #15637 from craig-osterhout/enforce-sign-in
[CSP-245] Update for enforce sign-in UI
2022-09-21 10:20:20 -07:00
Allie Sadler 739dc2c88c
changes to code owner file (#15710) 2022-09-21 09:38:31 +01:00
David Karlsson 25c09037cd
updated word list (#15709) 2022-09-21 10:04:18 +02:00
Allie Sadler 001b49216b
new recommended words (#15703) 2022-09-21 08:41:56 +01:00
Guillaume Tardif a8bb8a2349
Mention that enabling extension is not associated with computer resource usage by itself (from user feedback) (#15701)
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-09-20 16:50:32 +01:00
Usha Mandya 90f2b515d1
Merge pull request #15700 from zappy-shu/HUB-6484
Fix hub api list tags page_size description
2022-09-20 16:45:32 +01:00
David Karlsson fdfcea0035 build: editorial suggestions for cache docs
Co-authored-by: CrazyMax <github@crazymax.dev>
Co-authored-by: Justin Chadwell <github@jedevc.com>
2022-09-20 15:33:10 +01:00
Usha Mandya 0b8c8d1134
Merge pull request #15654 from ulyssessouza/fix-precedence-page
Fix order of precedence list
2022-09-20 14:25:21 +01:00
Bruno Sousa 3c4c317794
Add registry mirror issue (#15698)
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>

Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-09-20 13:57:37 +01:00
Nick Adcock ffc0eec055 Fix hub api list tags page_size description
Signed-off-by: Nick Adcock <nick.adcock@docker.com>
2022-09-20 13:07:58 +01:00
David Karlsson 7240a896f9
Tweak vale rules (#15668)
* tweaking vale rules per feedback

* added bold rule
2022-09-20 12:10:45 +02:00
glours 5ec2a157f6 Update Compose reference API to v2.11.1
Signed-off-by: GitHub <noreply@github.com>
2022-09-20 09:38:32 +00:00
Guillaume Tardif efb9ca8caf
Extension sdk update (#15687)
* Update extension SDK with new APIs for exec with ENV vars and CWD

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

* Update extension SDK with new APIs for exec with ENV vars and CWD

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

Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2022-09-20 09:46:44 +01:00
Craig Osterhout 86e82cba7a
Merge pull request #15680 from MannyAdumbire/docs-wp-error
Add wp_data volume
2022-09-19 15:27:12 -07:00
craig-osterhout 2bdb36faa6
update release note 2022-09-19 15:13:48 -07:00