Michael Irwin
c351dd7370
Fix links and add IDs for Wasm download links
2022-10-25 00:19:07 -04:00
Michael Irwin
fabb408cce
Wasm doc tweaks ( #15961 )
...
* Update the Wasm docs to add a quick explainer for Wasm
* Update links for Wasm preview downloads to use new vanity URLs
2022-10-24 17:05:25 +01:00
Allie Sadler
aa60238970
Contribute patch ( #15959 )
...
* contribute-patch
* guidance on UI content and brackets
2022-10-24 15:02:02 +01:00
Allie Sadler
5179260655
fix release notes for containerd ( #15956 )
2022-10-24 13:19:07 +01:00
Allie Sadler
11c2274e53
wasm-patch ( #15955 )
...
* wasm-patch
* fix warning note
2022-10-24 11:52:12 +01:00
Michael Irwin
394d0488cd
Add documentation for Docker+Wasm ( #15952 )
...
* Add documentation for Docker+Wasm
* Fix issues discovered by linter
* Adjust text at the beginning of the doc and link to the blog post
2022-10-24 10:41:13 +01:00
Usha Mandya
4f5c82e80d
Merge pull request #15946 from docker-tools-robot/dispatch/compose-api-reference-v2.12.2
...
Update Compose reference API to v2.12.2
2022-10-24 10:08:24 +01:00
Andrei Silviu Dragnea
278f5954d5
Document legacy build vs BuildKit differences ( #15477 )
...
* Document Moby vs BuildKit differences
* Apply suggestions from code review
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
Co-authored-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2022-10-22 18:04:49 +00:00
Pedram Ashofteh-Ardakani
678d56c1e2
Docs: update sample application initiation in venv ( #15506 )
...
* Docs: update sample application initiation in venv
Until now, readers would install 'Flask' on their main system
python environment, freeze their entire packages, and grep only
the 'Flask' package! So they would be missing all the other
dependencies in their requirements file.
With this commit, a better practice is followed. First, create a
clean virtual environment, then install 'Flask' and freeze
everything into the requirements file.
Also, I recommend using 'python3 -m pip freeze' instead of 'pip3
freeze' while in the virtual environment. This is because
sometimes hidden quirks of 'pip' will ignore the actiavted
environment and freeze the entire python packages in the
system (e.g. in ArchLinux).
* Docs: update python sample testing application
In the previous commit, I forgot to update the 'Test the
application' section so that the users activate the virtual
environment first.
This commit fixes that.
Co-authored-by: Stefan Scherer <stefan.scherer@docker.com>
2022-10-21 14:47:24 -07:00
Craig Osterhout
f01d1bc739
[Issue 15934] Update get started dockerfile steps ( #15944 )
...
* update dockerfile steps
2022-10-21 14:24:10 -07:00
Jerae Duffin
8606e4fc4b
updated format
2022-10-21 16:03:37 -05:00
Jerae Duffin
90e69cb85c
SSO restructuring
2022-10-21 15:56:07 -05:00
milas
df2e963c0a
Update Compose reference API to v2.12.2
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-21 20:31:55 +00:00
Christian Dupuis
a6ca0f3a42
Add CVE-2022-42889 and some cleanup ( #15916 )
...
* Add CVE-2022-42889 and some cleanup
* Update index.md
* Apply suggestions from code review
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2022-10-21 17:19:05 +00:00
Craig Osterhout
535a9c2c83
Merge pull request #15942 from craig-osterhout/remove-prompt
...
Remove $ prompt from code copy
2022-10-21 10:09:58 -07:00
craig-osterhout
6fa06e8174
remove $ prompt from code copy
2022-10-21 09:03:57 -07:00
Usha Mandya
c8d2c7e6fc
Merge pull request #15941 from docker-tools-robot/dispatch/compose-api-reference-v2.12.1
...
Update Compose reference API to v2.12.1
2022-10-21 16:27:54 +01:00
glours
f2403b64b0
Update Compose reference API to v2.12.1
...
Signed-off-by: GitHub <noreply@github.com>
2022-10-21 14:59:58 +00:00
Allie Sadler
f5a74852a7
ENGDOCS-1020 ( #15857 )
...
* ENGDOCS-1020
* fix broken links
* fix build
* add important note
2022-10-21 15:12:12 +01:00
jerae-duffin
3a191bfcd3
Merge pull request #15930 from jerae-duffin/ENGDOCS-1055
...
updated subscription
2022-10-21 08:15:59 -05:00
jerae-duffin
ece511380a
Merge pull request #15931 from jerae-duffin/ENGDOCS-1056
...
Updated release notes
2022-10-21 08:15:36 -05:00
Allie Sadler
8f2c9e5d5e
update home page banner ( #15940 )
2022-10-21 13:21:53 +01:00
dependabot[bot]
d29a1d87eb
Bump nokogiri from 1.13.8 to 1.13.9 ( #15935 )
...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri ) from 1.13.8 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases )
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md )
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.8...v1.13.9 )
---
updated-dependencies:
- dependency-name: nokogiri
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 14:19:14 +02:00
Usha Mandya
88b4505061
Merge pull request #12906 from ralpha/patch-1
...
Add comments to `wait-for-postgres.sh`
2022-10-21 10:57:58 +01:00
David Karlsson
37ae672193
doc review: update ubuntu and debian installation guides ( #15902 )
2022-10-21 11:34:01 +02:00
Allie Sadler
fb95c6bc75
Engdocs 1019 1021 ( #15826 )
...
* updated getting started guide
* toc update
* rearranging
* fix broken link
* fix broken links
* naming tweaks
* links fix
* add icon links
2022-10-21 09:55:54 +01:00
Craig Osterhout
ad614f1d2c
[Issue 12622] Node.js guide - update example code ( #15922 )
...
* update server.js code
2022-10-20 13:32:12 -07:00
Jerae Duffin
84ff14957c
updated release notes
2022-10-20 15:03:11 -05:00
Jerae Duffin
746afc20c5
updated subscription
2022-10-20 13:57:16 -05:00
Craig Osterhout
8ebd41f2f6
add nav buttons and fix title ( #15890 )
2022-10-20 09:46:57 -07:00
Bruno Sousa
8773df7f16
Add containerd release notes ( #15921 )
...
* Add containerd release notes for October release
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
* add bug fixes header
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
Signed-off-by: Bruno Sousa <bruno.sousa@docker.com>
2022-10-20 13:02:02 +01:00
Allie Sadler
442300bc47
HD patch ( #15923 )
2022-10-20 10:06:42 +01:00
jerae-duffin
3a9998620a
Merge pull request #15913 from jerae-duffin/ENGDOCS-1046
...
Updated repo topics
2022-10-19 17:38:04 -05:00
Jerae Duffin
0f34b82c9b
updated repo topics
2022-10-19 17:30:12 -05:00
Allie Sadler
c4014cf222
add release link note ( #15917 )
...
* add release link note
* Update desktop/release-notes.md
2022-10-19 16:45:09 +01:00
Lorena Rangel
2e962ceb04
Docker Desktop 4.13 release notes ( #15887 )
...
* Docker Desktop 4.13 release notes
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
* Update desktop/release-notes.md
Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-10-19 16:33:47 +01:00
Mathieu Champlon
002a8d76a7
Add documentation for new --installation-dir flag for the Windows Docker Desktop installer ( #15712 )
...
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-10-19 16:28:46 +01:00
Mathieu Champlon
bbf63cfe5a
Update settings documentation with beta features instead of experimental ( #15535 )
2022-10-19 16:20:40 +01:00
Allie Sadler
a0a229f344
4.13 feature work ( #15740 )
2022-10-19 16:20:21 +01:00
Allie Sadler
a3ac931614
ENGDOCS-999 ( #15629 )
...
* ENGDOCS-999
* share to distribute
* share to distribute
* tweaks
* caps fix
* functionality amendment
* feedback changes
* review changes
* feedback changes
* Update desktop/dev-environments/create-compose-dev-env.md
Co-authored-by: Han Yu <han@sent.com>
Co-authored-by: Han Yu <han@sent.com>
2022-10-19 16:19:52 +01:00
Allie Sadler
173c903a9a
Hardened Desktop and Admin Controls ( #15775 )
...
* initial structure of ECI-DM
draft layout
* PR-FAQ additions
* further PR-FAQ additions
* edits, edits, edits
* edits and fix broken link
* added more known issues
* incorporate review feedback
* tweaks from feedback
* review comments for hardened desktop landing page
* review comments for the Admin Controls landing page
* review comments for the ECI FAQ page
* review comments for the AC Configure page
* screenshot add
* review round 2 changes
* more tweaks
* info from @ebriney
* minor tweaks
* consistency fixes and tweaks
* remove trailing comma and add more WSL notes
* customer zero feedback
* review suggestions from Rodny and Cesar, and proxy section fix
* review edits from Rodny and Docs team
* bug bash 1 fixes
* bug bash 1 fixes
* changes from bug bash 2
* Further comments from Cesar
* proxy change
* tweaks and installer flag addition
* typo fix
* typo fix
* Cesar's additions
* fix broken links
* final checks
2022-10-19 16:19:28 +01:00
David Karlsson
543abbe669
updated gha workflows
2022-10-19 16:18:18 +02:00
Usha Mandya
b7f86813ee
Merge pull request #15903 from docker-tools-robot/dispatch/compose-api-reference-v2.12.0
...
Update Compose reference API to v2.12.0
2022-10-19 15:13:05 +01:00
David Karlsson
8f77e55567
rename master -> main
2022-10-19 15:52:14 +02:00
David Karlsson
24158cc3c2
add code copy feature ( #15910 )
...
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-10-19 14:29:26 +02:00
Felipe Cruz Martinez
75ea0f0bd4
Interacting with K8s from a Docker Extension ( #15896 )
...
* Interacting with K8s from a Docker Extension
* Apply suggestions from code review
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
* Add Kubernetes sample extension link
Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-10-19 13:03:50 +01:00
Allie Sadler
efa74ca770
fix icon links and update old screenshot ( #15911 )
...
* fix icon links and update old screenshot
* link correction
2022-10-19 13:02:50 +01:00
Sebastiaan van Stijn
545705dece
Merge pull request #15906 from thaJeztah/engine_release_notes
...
engine: add release-notes for 20.10.20
2022-10-18 23:33:27 +02:00
Sebastiaan van Stijn
24e00b333a
engine: add release-notes for 20.10.20
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-18 23:14:12 +02:00
David Karlsson
45f1ad92c4
fixed bad indentation in openapi yaml for dvp ( #15904 )
2022-10-18 20:59:36 +02:00