Mathieu Champlon
216c1af544
Release notes for Desktop 4.4.4 ( #14167 )
...
* Release notes for desktop 4.4.4
This is a Windows only point release, only the first security item and the last bug fix item are new.
* Keep only delta between point releases
2022-01-24 21:30:54 +05:30
Usha Mandya
dbd5c0fa0a
Merge pull request #14166 from djs55/fix-typo
...
cgroups: fix typo, soften language around upgrading to v2
2022-01-24 19:48:57 +05:30
David Scott
8f12ada11e
cgroups: fix typo, soften language around upgrading to v2
...
I expect that v1 will continue to work, but that v2 is preferred (since
it is where all the development is happening in the upstream Linux
kernel)
See discussion here: https://github.com/docker/for-mac/issues/6073
Signed-off-by: David Scott <dave.scott@docker.com>
2022-01-24 07:45:31 +00:00
Usha Mandya
c06887642b
Merge pull request #14164 from docker/master
...
Publish updates from master
2022-01-21 23:07:41 +05:30
Usha Mandya
6d51dc6dc8
Merge pull request #14162 from usha-mandya/pos-622
...
Add Desktop for Linux tech preview doc
2022-01-21 23:01:33 +05:30
Usha Mandya
adf3613cdd
Add Desktop for Linux tech preview doc
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2022-01-21 22:57:16 +05:30
Alejandro Sandoval Parra
36428d09e7
Reorder words in about section
...
Changes "... drivers that a use copy-on-write filesystem." to "... drivers that use a copy-on-write filesystem."
2022-01-21 08:54:30 +01:00
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
621a762fb2
Merge pull request #14159 from docker/master
...
Publish updates from master
2022-01-19 22:40:37 +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
Usha Mandya
d69066e3c3
Merge pull request #14157 from docker/master
...
Updates from master
2022-01-18 22:37:33 +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
Usha Mandya
a1c55c0c9e
Merge pull request #14119 from docker/master
...
Publish updates from master
2022-01-18 16:04:38 +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
0a9a3b422d
Merge pull request #14114 from docker/master
...
Publish updates from master
2022-01-14 21:59:39 +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
31af9b3cd5
Merge pull request #14108 from docker/master
...
Updates to master
2022-01-14 14:58:42 +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
db9e0fd47f
Merge pull request #14106 from docker/master
...
Publish updates from master
2022-01-13 23:31:29 +05:30
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
5763c837ca
Merge pull request #14104 from docker/master
...
Publish updates from master
2022-01-13 23:15:53 +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