Commit Graph

56938 Commits

Author SHA1 Message Date
HARIHARAN E 65ddb87fd0
modify yoda_notes to notes at line 85 2022-01-21 12:49:03 +05:30
Nathan Long 6e89c9daa3
Clarify that `--ssh default` uses `$SSH_AUTH_SOCK` (#12472)
* Clarify that `--ssh default` uses `$SSH_AUTH_SOCK`

I surmised this from [this post](https://medium.com/@tonistiigi/build-secrets-and-ssh-forwarding-in-docker-18-09-ae8161d066) and experimentation shows that the two commands do the same thing.

* Rework section to be more step-by-step

* Describe namespacing sockets

* PR feedback
2022-01-19 23:29:33 +05:30
Usha Mandya a2135da221
Merge pull request #14125 from lispyclouds/contajners
Add contajners to unofficial libs
2022-01-19 19:55:05 +05:30
Usha Mandya 0996fff158
Merge pull request #14128 from vuurball/patch-1
Updated develop.md - typo fix
2022-01-19 19:52:40 +05:30
Usha Mandya 4d42af18e6
Merge pull request #14137 from lagartoflojo/patch-1
Fix formatting of notification HTTP request
2022-01-19 19:48:57 +05:30
Usha Mandya 4fb645f962
Merge pull request #14148 from usha-mandya/engdocs-568
Update the CTA on Docker subscription
2022-01-19 15:07:56 +05:30
jerae-duffin 971a7e0387
Merge pull request #14120 from jerae-duffin/ENGDOCS-567
updated registryjson link
2022-01-18 10:38:44 -06:00
jerae-duffin 84aa788620
Update single-sign-on/index.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-01-18 09:34:11 -06:00
Usha Mandya 49bd2addd7
Merge pull request #14151 from docker/revert-14079-patch-1
Revert "incorrect download link"
2022-01-18 19:37:35 +05:30
Usha Mandya 78129fe53a
Revert "incorrect download link" 2022-01-18 18:31:34 +05:30
Usha Mandya fd943a6ab9 Update the CTA on Docker subscription
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-18 16:45:04 +05:30
Philip Couling 0caed3c947
Update working-with-buildx.md
The current wording is a little misleading on QEMU and binfmt_misc.  This is a problem Ubuntu and, maybe, other distributions.

> For QEMU binaries registered with `binfmt_misc` on the host OS to work transparently inside containers they must be registered with the `fix_binary` flag.  This requires a kernel >= 4.8 and binfmt-support >= 2.1.7. You can check for proper registration by checking if `F` is among the flags in `/proc/sys/fs/binfmt_misc/qemu-*`.

This implies that setting the fix_binary flag on otherwise installed QEMU & binfmt_msc will work; it probably wont. 

Eg installing Ubuntu packages `qemu-user` `qemu-user-binfmt` will install dynamically linked QEMU and binfmt_msc entries without the `F` flag.  Manually adding `F` to the flags will break because `F` (fix_binary) is incompatible with dynamically linked binaries.  (Referenced in [this Redhat issue](https://bugzilla.redhat.com/show_bug.cgi?id=1470397))  It actually results in really hard to diagnose "No such file or directory" errors.  Instead you must install the ubuntu package `qemu-user-static`.

Obviously this page can't document every distribution so I'm not going to recommend describing how to do it under Ubuntu.  My suggestion is to simply state that QEMU must be statically compiled.  At least this gives readers a chance to figure it out.
2022-01-17 21:25:41 +00:00
Hernán Schmidt 7dbc74dc40
Fix formatting of notification HTTP request
The syntax highlighting hint was wrong, which prevented the snippet from rendering with the correct highlighting.
2022-01-17 17:39:48 +01:00
Jerae Duffin 49c1029b29 updated registryjson link 2022-01-16 13:28:18 -06:00
vuurball a93c040494
Update develop.md
typo fix
2022-01-16 14:30:06 +02:00
Rahul De 0a6ef09f05
Add contajners to unofficial libs 2022-01-15 09:57:05 +00:00
jerae-duffin 4b292bec93
Merge pull request #14118 from usha-mandya/registry-json-update
Update the registry json file creation section
2022-01-14 12:55:50 -06:00
Usha Mandya 470de11815 update the registry json file creation section
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-15 00:04:15 +05:30
Usha Mandya 0c9de81c4e
Merge pull request #14116 from usha-mandya/compose-version-update
Update Compose version number
2022-01-14 23:56:52 +05:30
Usha Mandya 7169b879f7 Update Compose version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-14 22:33:58 +05:30
Usha Mandya 4ae4cfcdd1
Merge pull request #14111 from mat007/desktop-4.4.3-release-notes
Add release notes for Desktop 4.4.3
2022-01-14 21:19:00 +05:30
Mathieu Champlon 76a3b68002 Add release notes for Desktop 4.4.3 2022-01-14 16:39:12 +01:00
Usha Mandya fed962506b
Merge pull request #14053 from tatref/patch-1
Fix bridge example
2022-01-14 15:54:41 +05:30
Usha Mandya b420d1966c
Merge pull request #14065 from roldel/patch-1
ADD env variables to db container
2022-01-14 15:50:17 +05:30
Usha Mandya 98b558be31
Merge pull request #14079 from KY-7/patch-1
incorrect download link
2022-01-14 15:49:22 +05:30
Usha Mandya 64cd649161
Merge pull request #14061 from bigsky-033/patch-1
Fix typo on PGDATABASE environment variable
2022-01-14 14:31:52 +05:30
Sebastiaan van Stijn b1f6d029a7
Merge pull request #14070 from lmshipp/patch-1
Updates Step 9 `docker inspect` commands in Copy-on-write strategy section of About storage drivers page
2022-01-14 09:57:49 +01:00
Sebastiaan van Stijn fcaa6eb8fa
Merge pull request #13909 from usha-mandya/engdocs-542
Consolidate Docs contribution guidelines and demo test page
2022-01-14 09:38:00 +01:00
Sebastiaan van Stijn 23028ed0ec
Merge pull request #14107 from crazy-max/buildx-install-typo
buildx(install): fix typo
2022-01-14 00:15:05 +01:00
CrazyMax 82f12a4366
buildx(install): fix typo
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-14 00:04:22 +01:00
Usha Mandya dcf5967f9c
Merge pull request #14105 from usha-mandya/sso-fix
Update Docker Desktop version number
2022-01-13 23:26:51 +05:30
Usha Mandya 1c341df6a3 Update Docker Desktop version number
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-13 23:21:35 +05:30
Usha Mandya 8ea5be21fb
Merge pull request #14098 from jerae-duffin/ENGDOCS-562
updated SSO images
2022-01-13 23:06:20 +05:30
Usha Mandya 110b2c395b
Merge pull request #14093 from mat007/desktop-4.4.2-release-notes
Desktop 4.4.2 release notes
2022-01-13 23:03:09 +05:30
Mathieu Champlon 0ec6552fb4 Desktop 4.4.2 release notes 2022-01-13 18:02:19 +01:00
Jerae Duffin 002196f6c1 fixed formatting 2022-01-13 10:45:54 -06:00
jerae-duffin 8d12a2de7e
updated CVE (#14101)
* updated CVE

* Apply suggestions from code review

Co-authored-by: stephanierifai <85884197+stephanierifai@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: stephanierifai <85884197+stephanierifai@users.noreply.github.com>

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
Co-authored-by: stephanierifai <85884197+stephanierifai@users.noreply.github.com>
2022-01-13 20:57:22 +05:30
Sebastiaan van Stijn 1dacf0bd42
Merge pull request #14092 from crazy-max/go-buildx
go/buildx redirect
2022-01-13 14:29:11 +01:00
CrazyMax 1f1188958e
Update buildx install section
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-12 23:08:03 +01:00
Usha Mandya 3e8eea193b
Merge pull request #14099 from usha-mandya/engdocs-564
Update note on Docker official images
2022-01-12 23:45:09 +05:30
Jerae Duffin db9ae58161 updated images 2022-01-12 11:39:01 -06:00
Usha Mandya a8ec999a27 Update note on Docker official images
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-12 23:08:26 +05:30
Usha Mandya 799702f0bc
Merge pull request #14039 from ingshtrom/autobuild-better-alerts
add upgrade CTA and warning about feature availability to all Automated Builds pages
2022-01-12 15:45:00 +05:30
Sebastiaan van Stijn 0921fa964c
Merge pull request #14094 from thaJeztah/fix_relnotes_heading_levels
engine: fix heading levels to prevent them showing in right-hand nav
2022-01-11 15:17:39 +01:00
Ulysses Souza 9514d190c3 Add migration V1 -> V2 info
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2022-01-11 14:35:05 +01:00
Sebastiaan van Stijn eae9d83c24
engine: fix heading levels to prevent them showing in right-hand nav
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-01-11 14:05:27 +01:00
CrazyMax 857e2316c9
go/buildx redirect
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-01-11 09:21:22 +01:00
Peter Hui 5eb68faf22 paraphrased sentence to enhance readability 2022-01-10 22:58:58 -08:00
Peter Hui c3eface503 fixed grammar errors 2022-01-10 22:51:08 -08:00
Peter Hui eaee465145 added missing fullstop 2022-01-10 22:50:05 -08:00