Commit Graph

61172 Commits

Author SHA1 Message Date
Usha Mandya 831795ca68 Add docker desktop 4.3.1 release notes
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-11 20:54:57 +00:00
Usha Mandya d3f03c5203 Update Docker scan CTA
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-11 20:51:51 +00:00
Andrew eeaada23f5
Update networking.md 2021-12-11 01:16:33 +00:00
Nathaniel b3675c82bd
Clarify which image architecture is run by default
Given the list of architectures supported by the busybox image, it's confusing to reference "the `x86_64` variant is pulled and run" when there's no platform architecture that matches that name. Instead, changing the documentation to reference `amd64` makes more sense as there is no `linux/x86_64` architecture that's supported by Docker (AFAIK), but there _is_ `linux/amd64`.
2021-12-10 13:37:23 -06:00
Stephen Turner 4f43b62714
Add note about performance problems of virt framework on Intel on Monterey 2021-12-10 17:28:10 +00:00
Stephen Turner af8e329092
Clarify Rosetta non-requirement
See https://github.com/docker/for-mac/issues/6088
2021-12-10 17:22:44 +00:00
Sebastiaan van Stijn 2789a306f2
Merge pull request #13954 from docker/master
Publish updates from master
2021-12-10 17:18:53 +01:00
Usha Mandya a1d8ba3411
Merge pull request #13948 from xeptore/patch-1
Fix typo
2021-12-10 14:10:17 +00:00
Usha Mandya 9bf2d15803
Merge pull request #13952 from usha-mandya/glossary-patch
Clean up the glossary file
2021-12-10 12:31:19 +00:00
Usha Mandya ccefe5034f Clean up the glossary file
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-10 12:26:26 +00:00
Usha Mandya 67a6194283 Address review comments, wrap text to 80 chars
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-09 14:13:17 +00:00
Usha Mandya 1b8e8e84e8
Merge pull request #13949 from crazy-max/gha
Update GitHub Actions CI/CD docs
2021-12-09 14:04:10 +00:00
CrazyMax f190c549b4
Update GitHub Actions CI/CD docs
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-12-09 12:47:16 +01:00
Sebastiaan van Stijn 463623a7ca
Merge pull request #13488 from crazy-max/buildx-yaml
reference: update buildx reference docs for v0.7.1
2021-12-09 12:22:45 +01:00
CrazyMax 4208de2578
reference: update buildx reference docs for v0.7.1
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2021-12-09 11:10:01 +01:00
mbehboodian be3e1a6289
Fix typo
Remove unnecessary backtick (`).
2021-12-09 07:06:42 +00:00
Usha Mandya 71dd82c89f Address review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-12-08 23:17:59 +00:00
Miroslav Tomasik 93bd69ac03
Update 02_our_app.md 2021-12-06 15:08:18 +01:00
ertegun 1711715318
WORDPRESS_DB_HOST: db
port must removed
2021-12-03 16:02:16 +03:00
jerae-duffin 56725b8913
updated self-serve (#13926)
* updated self-serve

* Update docker-hub/release-notes.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update docker-hub/release-notes.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-12-02 18:31:10 +00:00
Stefan Scherer 4f90c399ac
Merge pull request #13928 from docker/master
Publish updates from master
2021-12-02 15:34:53 +01:00
Usha Mandya 574a2ff3a1
Merge pull request #13923 from trungutt/release-notes-4.3.0
Added release notes for 4.3.0
2021-12-02 14:20:27 +00:00
Usha Mandya 6dd31d8e90
Merge pull request #13895 from StefanScherer/apple-silicon-no-rosetta-required
Remove hard requirement to install Rosetta 2 for DD 4.3.0
2021-12-02 14:18:52 +00:00
Usha Mandya a6c9bab53b
Merge pull request #13907 from jerae-duffin/ENGDOCS-538
Consolidated sections
2021-12-02 14:00:43 +00:00
Trung Nguyen 8bd2e9c6a7 Added release notes for 4.3.0
Signed-off-by: Trung Nguyen <trung.nguyen@docker.com>
2021-12-02 14:05:40 +01:00
JayG 026093444f
Clarify Advanced Wordpress section
I believe this is the intended meaning, otherwise it is unclear where the name wp_db_secret is coming from when referenced as "keeping the same" by wp_db_password
2021-12-01 16:39:56 -07:00
Usha Mandya 2b1ed0aaa6
Merge pull request #13920 from docker/master
Publish updates from master
2021-12-01 11:35:14 +00:00
Ville Valtonen c8fee4f04b
Update garbage-collection.md
Based on the pull request distribution/distribution#2302 there is a parameter for cleaning up untagged manifests available. In the original pull request it is called "-m" / "--delete-manifests", but in the current version of registry and it's garbage-collector, it's called "--delete-untagged" (checked with "registry garbage-collect -h" inside the latest registry-image based container). Anyway, it was missing from the documentation so I thought it would be useful to add there.

Related issue and PR:
- https://github.com/distribution/distribution/issues/2301
- https://github.com/distribution/distribution/pull/2302
2021-12-01 12:31:47 +02:00
Felipe Cruz Martinez 67f5be260b
Update dev-environments.md (#13906)
* Update dev-environments.md

Include SSH agent instructions for WSL2 and Docker Dev Environments.

Refers to #13905.

* Added collapsible section

* Try wrapping codeblock around tildes

* Try using divs and code HTML tags

* Close divs

* Improve copy

* Update desktop/dev-environments.md

Co-authored-by: Djordje Lukic <lukic.djordje@gmail.com>

* Include more profile files

* Update desktop/dev-environments.md

Co-authored-by: Guillaume Lours <guillaume@lours.me>

* Apply suggestions from code review

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

Co-authored-by: Djordje Lukic <lukic.djordje@gmail.com>
Co-authored-by: Guillaume Lours <guillaume@lours.me>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-12-01 10:14:09 +00:00
Usha Mandya 824f48ff30
Merge pull request #13908 from usha-mandya/engdocs-541
Add reference to Docker public roadmap
2021-12-01 10:13:42 +00:00
michsarg bc4f1023f9
Fix to no password error on database run
Environmental variables in docker-compose.yml needed to be duplicated from service:web to also service:db to fix password error
2021-12-01 14:43:01 +08:00
Stefan Scherer 39d7a57f9c
Update system requirements for Apple silicon
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-11-30 18:51:33 +01:00
Stefan Scherer a1ddd59d85
Remove hard requirement to install Rosetta 2 for DD 4.3.0
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-11-30 18:16:09 +01:00
Usha Mandya 5b49e32e7f Add reference to Docker public roadmap
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 16:25:17 +00:00
Usha Mandya 051f74c931 Update the contribution guidelines page rendered on the docs site
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 12:37:37 +00:00
Usha Mandya b060da2d96 More updates to test.md
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 12:21:20 +00:00
Usha Mandya fbd84ee22c Update the docs test page
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 12:04:19 +00:00
Usha Mandya 659f8b2955 Revamp contribution guidelines
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 12:04:19 +00:00
Usha Mandya 4fd8ea0e3e Minor update to readme 2021-11-30 12:04:19 +00:00
Usha Mandya 3defb195b7 readme
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 11:30:08 +00:00
Usha Mandya 5a639441ff Update the readme file
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-30 11:20:35 +00:00
Jerae Duffin 7e98f9a85d Consolidated sections 2021-11-29 13:59:47 -06:00
Mia 10e8f008a5
Update 09_image_best.md
Changed the command to login for use of `docker scan`.
2021-11-27 18:23:26 -05:00
David Humphrey 929daf72d6
Update run-tests.md
Fixed a couple of typos.
2021-11-26 21:32:20 -05:00
Usha Mandya fa33f36c2b
Merge pull request #13893 from docker/master
Publish updates from master
2021-11-26 16:20:43 +00:00
Usha Mandya 2477a2a449
Merge pull request #13894 from usha-mandya/max-retries-format
Clarify the max-retries option
2021-11-26 16:16:43 +00:00
Usha Mandya 42b9fec12a Clarify the max-retries option
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-11-26 16:10:02 +00:00
Benson Muite 1e942679ff
Indicate extends can be used again (#13695)
* Indicate extends can be used again

https://github.com/docker/compose/pull/7588

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-26 15:11:47 +00:00
Eric Hawicz e29f6719f7
Note the max-retries option on the Start containers automatically page. (#13787)
* Note the max-retries option on the Start containers automatically page.

* Update format

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-11-26 13:04:14 +00:00
Usha Mandya 7442848831
Merge pull request #13868 from morganstaff/patch-2
Update kube-deploy.md
2021-11-26 12:57:14 +00:00