Commit Graph

64577 Commits

Author SHA1 Message Date
Justin Chadwell 11065d1f72
Merge pull request #17834 from fenollp/patch-1 2023-07-27 13:09:46 +01:00
Pierre Fenoll 32432f060c
Fix typo on example code 2023-07-27 13:39:01 +02:00
Chris Crone 0b663956f1
develop: Update multi-stage example to use go mod (#17829)
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2023-07-26 16:14:47 -07:00
Craig Osterhout 999de0ae4f
fix typo (#17826)
Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2023-07-26 12:41:05 -07:00
Stephanie Aurelio 04872dba29
[DO NOT MERGE] Add user permission documentation and update owner references (#17787)
* update mentions of owners team to owner role

* update org overview

* remove callout and update org intro

* update owners team to owner role

* add company layer variable for edit roles

* update hub api doc

* fix typo

* update intro section and add subheadings

* add links to hub and admin for visibility

* move team permissions to org permissions table and update reference to repo permissions page

* cleanup

* update company owner role positioning

* add missing word

* cleanup table

* update section on team permissions

* update release notes and cleanup table

* implement feedback

* update for clarity
2023-07-26 12:38:30 -07:00
Jonathan Martens ea2aa6caa6
Reference LOCALAPPDATA variable on windows (#17526) 2023-07-26 12:30:33 +01:00
Peter Hauke 1c5342b348
Review and edit Get Started overview (#17804)
Review and edit the language of Get Started to remove unnecessary words, etc.

No information removed and no new information added.
2023-07-25 09:46:01 -07:00
Craig Osterhout 4081da67a2
Update rust guide (#17702)
* update rust guide

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2023-07-25 08:01:38 -07:00
Christian Dupuis 7f56fea758
Update Scout CLI docs to v0.20.0 (#17823) 2023-07-25 16:00:52 +01:00
Peter Hauke 764f75cf9b
Fix typos and make minor language edits
Fix typos and make minor language edits

"make it so that" in "the Dockerfile instruction make it so that the builder" sounds a bit clumsy. I tried to improve it without rewriting the whole sentence.

I believe "downloading and installing dependencies" is plural so the verb "occur" should also be plural.
2023-07-24 21:07:19 +02:00
Ekwinder Saini 88c5a53bda
Modify "stop" to "stop and remove" to avoid container name conflict error. (#17816)
Added instruction to removed the container along with stopping it to avoid error - You have to remove (or rename) that container to be able to reuse that name.
2023-07-24 11:29:51 -07:00
Ekwinder Saini 9cfbe87392
Modifying pip3 install to python3 -m pip install for consistency across guide modules (#17815)
* Modifying pip3 install to python3 -m pip install for consistency across guide modules

In the other pages of the guide python3 -m pip install is used instead of pip3 install, the former being better practice as well. Therefore, replacing the use of pip3 install commands to the recommended one.
2023-07-24 11:20:43 -07:00
Usha Mandya 0eb8e55065
Merge pull request #17814 from neersighted/engine_24.0.5
engine: 24.0.5 release notes
2023-07-24 19:15:48 +01:00
Bjorn Neergaard 98401e2fee
engine: 24.0.5 release notes
Signed-off-by: Bjorn Neergaard <bjorn.neergaard@docker.com>
2023-07-24 09:29:49 -06:00
docker-tools-robot b166010b93
Update Compose reference API to v2.20.2 (#17763)
Signed-off-by: GitHub <noreply@github.com>
Co-authored-by: glours <glours@users.noreply.github.com>
2023-07-24 10:18:34 +01:00
David Ward d156a9bfa8
network: Fix terminology for Macvlan and IPvlan network drivers (#17776)
* network: Replace "damage" with "degrade"

The word "damage" here is rather misleading, as it suggests physical
harm to networking equipment.

* network: Format "802.1Q" correctly

This refers to an IEEE 802.1 Working Group standard, instead of an
amendment (such as 802.1ad), so the letter is always capitalized.
See "project naming" at https://1.ieee802.org.
2023-07-24 10:15:36 +01:00
Peter Hauke 58b681b068
Fix typos and rewrite a few confusing phrases (#17807)
Fix typos and minor language corrections

Remove unnecessary hyphens

Rewrite a few confusing phrases -- "ease later changes" is not clear so I rephrased it

Remove the ellipsis on line 561 as the final parameter. It was probably added to indicate a variable number of parameters. However, I checked the link given to "Dockerfile reference for the CMD instruction" and there was no ellipsis there, so I see no reason for it to be here. I considered replacing it with three dots and spaces inbetween to make it more visible, but I think the ellipsis is not really necessary.
2023-07-24 10:07:32 +01:00
Peter Hauke 47348174e4
Fix typos and make minor language edits (#17809)
Fix typos and make minor language edits

I was not sure whether "sports" was a typo for "supports" or not. However, I changed it to "has" which seems to work well.
2023-07-24 10:06:31 +01:00
Chris Chinchilla 4f59d8cafb
Review extensions quickstart (#17794)
* Review extensions quickstart

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

Draft

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

Draft

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Update desktop/extensions-sdk/quickstart.md

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

---------

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-07-24 10:03:14 +01:00
Chris Chinchilla 6c54a3179a
Style and contributor guide updates (#17724)
* Draft

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Update style guides, add vale rules, and fix style guide voilations

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

Further changes

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Add units mention

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Add more details to links

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Correct internal anchor

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

---------

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
2023-07-24 10:02:28 +01:00
Mohammed Affan d211fd5b69
Added note for _FILE convention (#17798)
* Added note for _FILE convention

* Update compose/use-secrets.md

Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>

---------

Co-authored-by: Bjorn Neergaard <bjorn@neersighted.com>
2023-07-24 08:28:36 +01:00
Peter Hauke 3c4336ac6b
Fix typo
Fix typo and make one other minor language edit
2023-07-24 06:14:42 +02:00
Sebastiaan van Stijn 26007544ff
Merge pull request #17802 from collinstevens/patch-1
remove /compose/extends
2023-07-21 21:23:54 +02:00
Peter Hauke 05e462bd2b
Add output from a successful test run (#17793)
Add output from a successful test run -- because the error output from a failed test run was presented above
2023-07-21 09:48:57 -07:00
Peter Hauke 7c81c527a9
Separate command line instruction from output to enable COPY/PASTE (#17791)
Separate command line instructions from the output to enable COPY/PASTE to make it quicker and easier to follow the guide without having to type commands.

This made necessary a minor rewrite of the "Test the application" section for clarity.
2023-07-21 09:48:10 -07:00
Sebastiaan van Stijn 7faa1a1ae9
compose: fix redirect
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-07-21 18:33:35 +02:00
Collin Stevens 50162db555
remove /compose/extends
https://github.com/docker/docs/pull/17713/files relocated /compose/extends to a new section and forgot to remove this TOC entry
2023-07-21 10:19:17 -06:00
Allie Sadler 8b587e4eaf
fix duplicate content (#17799)
Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-07-21 14:47:38 +01:00
Chris Chinchilla 222cb1e05c
Merge pull request #17792 from peterhauke/patch-5
Fix typo
2023-07-21 12:46:13 +02:00
Peter Hauke c52ceff34d
Fix typo 2023-07-21 08:27:37 +02:00
Craig Osterhout 26da458f77
docker admin: fix errors in manage members (#17788)
* fix typos in Admin

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
Co-authored-by: Stephanie Aurelio <133041642+stephaurelio@users.noreply.github.com>
2023-07-20 14:49:13 -07:00
Stephanie Aurelio f139206a5e
fix repeating word (#17769) 2023-07-20 13:25:42 -07:00
Craig Osterhout 7f3f0f83a6
Merge pull request #17780 from peterhauke/patch-3
Add instruction to enter "host port" and clarify instructions
2023-07-20 10:32:22 -07:00
Guillaume Lours f714021fee
add COMPOSE_ANSI and COMPOSE_STATUS_STDOUT env variables to Compose E… (#17781)
* add COMPOSE_ANSI and COMPOSE_STATUS_STDOUT env variables to Compose Environment Variables page

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

* Apply suggestions from code review

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

* Apply suggestions from code review

* Update compose/environment-variables/envvars.md

---------

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-07-20 17:26:14 +01:00
Stephanie Aurelio 127b062bb6
Update billing and subscription FAQ (#17757)
* update billing and subscription faqs

* add specificity

* remove intro sentences for brevity and include user accounts for vat faq
2023-07-20 08:34:24 -07:00
Sebastiaan van Stijn e4e1db79ef
Merge pull request #17750 from usha-mandya/engdocs-1501
Add link to JP community docs
2023-07-20 12:59:57 +02:00
Sebastiaan van Stijn c9febe4c80
Merge pull request #17746 from jedevc/remove-protocol-from-insecure-registries
registry: remove protocol from insecure-registries config
2023-07-20 12:57:44 +02:00
Allie Sadler 1f491f5393
troubleshoot fix (#17778)
* troubleshoot fix

* fix build

* fix build

* fix build

* fix build

---------

Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-07-20 10:28:12 +01:00
Peter Hauke 150d094f5c
Add instruction to enter "host port" and clarify instructions
Add an instruction to add a host port in the Optional settings dialog (for me on Windows, this was necessary).

Add "To" and a colon to make it clear that the points are headings and the sub-points that follow are the step-by-step instructions.
2023-07-20 11:23:36 +02:00
Chris Chinchilla f18630af26
Add Docker Desktop limit for Scout analysis (#17777)
* Add Docker Desktop limit for Scout analysis

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>

* Update scout/index.md

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

* Update scout/index.md

---------

Signed-off-by: Chris Chinchilla <chris.ward@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2023-07-20 11:09:33 +02:00
Guillaume Lours 03383d5cbe
update Compose release notes page for v2.20.1 and v2.20.2 (#17764)
* update Compose release notes page for v2.20.1 and v2.20.2

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

* Apply suggestions from code review

Co-authored-by: Milas Bowman <devnull@milas.dev>

* 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>
Co-authored-by: Milas Bowman <devnull@milas.dev>
2023-07-20 09:50:16 +01:00
Usha Mandya 6ebeac96f3 Add link to JP community docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2023-07-20 09:37:20 +01:00
Allie Sadler b98efa2b46
fix dropdown consistency (#17766)
Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-07-19 15:20:01 +01:00
Allie Sadler c065d96bc8
ENGDOCS-1520 (#17762)
Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-07-19 15:13:34 +01:00
Allie Sadler b68297c5ef
community issue solution (#17765)
Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-07-19 15:10:39 +01:00
David Karlsson 0f2b57688e
Merge pull request #17630 from laurazard/add-feedback-redirect
redirects: add redirect for runtime feedback form
2023-07-19 13:09:11 +02:00
David Karlsson b6fa58284e
Merge pull request #17759 from calebcartwright/ubuntu-engine-install-typo
fix grammatical typo
2023-07-19 12:58:29 +02:00
Allie Sadler 2c0682d8e2
ENGDOCS-1499 (#17713)
* initial structure'

* flesh out overview page

* flesh out overview page

* structure pages

* tidy up and refine

* tidy

* fix build

* tidy

* review edits

---------

Co-authored-by: aevesdocker <alliesadler@f693mt7fh6.home>
2023-07-19 10:49:19 +01:00
Sebastiaan van Stijn cd4761b399
Merge pull request #17747 from thaJeztah/add_ppc64le
engine; add missing ppc64le/ppc64el architectures
2023-07-19 10:52:49 +02:00
Caleb Cartwright 21b2d007e7
fix grammatical typo 2023-07-18 20:13:58 -05:00