Commit Graph

59069 Commits

Author SHA1 Message Date
Jerae Duffin
3db860cbe7 updated grammar 2022-11-29 09:21:38 -06:00
Muffexx
ff1accf0b7 Update gettingstarted.md - grammar/typo (#16243) 2022-11-29 08:53:43 +00:00
Craig Osterhout
53283a8a70 Merge pull request #16240 from craig-osterhout/get-start-sync
Update get started app
2022-11-28 13:10:44 -08:00
Allie Sadler
884eae93ba align HD with product naming in marketing (#16239) 2022-11-28 19:20:30 +01:00
craig-osterhout
fdc72f8a89 update get started app 2022-11-28 10:11:50 -08:00
Benjamin Grandfond
9f48561e2d Add guide about host binaries (#16198)
* Add host binary guide and move others to this section

* Fixes, improvements fronm review

* Update the example with a working version on windows

* More feedback from the team

* Fix tab id

* Fix broken links and images
2022-11-28 17:47:49 +00:00
Stefano Coletta
823b04fe87 Update environment-variables.md (#15635)
It is not immediately evident or implicitly excluded whether the environment variables declared in the file referenced by *env_file* are not available for use in the Compose file or to configure Compose even if the first line says "You can pass multiple environment variables from an external file through to a service's containers..."
2022-11-28 14:10:01 +00:00
Benjamin Grandfond
3e1e0335a6 Genericize frontend tutorial and make it clear other tech are usable and track it (#16195)
* Genericize frontend tutorial and make it clear other tech are usable and track it

* Fix linking

* Add some space before the callout

* Review feedback

* Fix link
2022-11-28 10:46:43 +00:00
Usha Mandya
e2a3dad4e2 Merge pull request #16230 from Sergey-Shabanov/patch-1
Edit tag syntax
2022-11-28 10:03:19 +00:00
David Karlsson
bc29f9c315 Merge pull request #11701 from kfortner/patch-1
Update systemd.md
2022-11-28 10:03:00 +01:00
David Karlsson
0bb0975f6b added note formatting 2022-11-28 09:55:11 +01:00
Kenneth Fortner
a1661fd876 Update systemd.md
Systemctl requires different escape characters than a URL does so a proxy var with special URL characters needs to have them escaped with the hex equivalent and the systemctl escapes.

A backslash in domain\user becomes domain%5Cuser but this breaks systemctl because of the % sign.

If you need to use systemctl with a url and special chars is domain%%5Cuser (Notice the DOUBLE %).

[Service]
Environment="HTTP_PROXY=http://domain%%5Cuser:complex%%23pass@proxy.example.com:8080/"
2022-11-27 20:44:36 -06:00
Sergey Shabanov
5c450a54b6 Edit tag syntax 2022-11-27 22:31:45 +08:00
CrazyMax
cfe28ef08f Merge pull request #16220 from crazy-max/move-bake
build: move upstream bake docs in docs repo
2022-11-25 14:19:25 +01:00
CrazyMax
b9007be9a2 build: move upstream bake docs in docs repo
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
2022-11-25 12:32:21 +01:00
David Karlsson
67ce1b85d9 build: fixed misplaced enhancement in release note (#16215) 2022-11-25 09:29:24 +01:00
Allie Sadler
3a963a4e1b fix compose release notes (#16214) 2022-11-25 08:16:59 +00:00
Craig Osterhout
22c6feddae Merge pull request #16166 from craig-osterhout/vale-code-command
Add code formatting checks to vale
2022-11-24 13:26:18 -08:00
Guillaume Lours
b8478f85d0 update Compose reference documentation and release notes to version v2.13.0 (#16213)
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>

Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
2022-11-24 14:16:20 +00:00
David Karlsson
bad2be0b64 build: tidy 'develop' section in guides (#16196)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-11-23 16:53:04 +01:00
Allie Sadler
559c103926 Release notes standardization (#16208)
* Hub release notes

* docker desktop release notes

* compose release notes

* engine release notes

* build release notes
2022-11-23 15:10:35 +00:00
Usha Mandya
c955926edb Merge pull request #16205 from craig-osterhout/issue-16186
Add redirect for old sample
2022-11-23 10:21:40 +00:00
craig-osterhout
df47034264 add redirect 2022-11-22 11:06:24 -08:00
craig-osterhout
2a3f95fa03 remove rules 2022-11-22 10:24:28 -08:00
Usha Mandya
1a3827ce6c Merge pull request #16171 from jerae-duffin/ENGDOCS-1088
Minor update
2022-11-22 16:56:18 +00:00
Allie Sadler
69d5b822f5 fix links (#16202) 2022-11-22 16:56:12 +00:00
Craig Osterhout
ba1ecb30b3 Merge pull request #16191 from tarikly/main
Fix URLs samples
2022-11-20 17:39:39 -08:00
Tárikly Távora
e6635f8b8d Fix URLs samples
Fix URLs samples
2022-11-18 17:18:55 -03:00
craig-osterhout
d1b1aed99d fix regex 2022-11-17 17:07:10 -08:00
craig-osterhout
9542114e76 clean up regex 2022-11-17 14:06:06 -08:00
Usha Mandya
94eb369775 Merge pull request #16181 from aevesdocker/hd-fix
Requests to adjust Hardened Desktop docs
2022-11-17 21:29:42 +00:00
jerae-duffin
72ca0f2a8c Merge pull request #16182 from jerae-duffin/ENGDOCS1076
Updated tabs for SSO
2022-11-17 11:38:29 -06:00
Benjamin Grandfond
c1f86e29c6 Add some mention to show extension containers from other places in the doc (#16175)
* Add some mention to show extension containers from other places in the doc

* Update desktop/extensions-sdk/quickstart.md

Co-authored-by: Allie Sadler <102604716+aevesdocker@users.noreply.github.com>
2022-11-17 17:18:39 +00:00
Jerae Duffin
a8d2004e97 updated tabs 2022-11-17 11:14:53 -06:00
Allie Sadler
997e52b5eb Requests to adjust Hardened Desktop docs 2022-11-17 17:03:10 +00:00
Allie Sadler
6039b50afe feedback: RAM fix (#16178) 2022-11-17 16:01:33 +00:00
Emmanuel Briney
33004b0b4c Docker Desktop 4.14.1 release notes (#16170)
* Docker Desktop 4.14.1 release notes

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* update checksums and linux links

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

* review changes

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>

Signed-off-by: Emmanuel Briney <emmanuel.briney@gmail.com>
2022-11-17 14:29:43 +00:00
Allie Sadler
3f0cded22f SDK landing page reorg (#16174)
* SDK landing page reorg

* fix link
2022-11-17 12:04:27 +00:00
craig-osterhout
597d898942 add vale code formatting checks 2022-11-16 16:23:40 -08:00
Jerae Duffin
7f7a854746 minor update 2022-11-16 10:35:33 -06:00
jerae-duffin
a521dc7678 Merge pull request #16155 from jerae-duffin/ENGDOCS-1079
updated landing page
2022-11-16 09:09:58 -06:00
Allie Sadler
63ff141129 hotjar feedback: fix broken link (#16169) 2022-11-16 10:02:04 +00:00
Craig Osterhout
6fb7df49e6 Upddate member export (#16165) 2022-11-15 08:45:33 -08:00
Allie Sadler
2d13fb1c00 fix for compose community prs (#16164) 2022-11-15 13:49:21 +00:00
David Karlsson
7b23e226e0 build: add landing page tiles (#16162)
Signed-off-by: David Karlsson <david.karlsson@docker.com>
2022-11-15 14:48:48 +01:00
Benjamin Grandfond
be4d6cddc8 Add a more complete example on how to call the SDK and display the result in a React app (#16161)
* Add a more complete example on how to call the SDK and display the result in a React app

* Try to escape curly brackets to fix liquid error
2022-11-15 10:15:19 +00:00
Craig Osterhout
53e81b04b8 remove DD mentions in swarm tutorial (#16158) 2022-11-15 10:04:02 +01:00
Craig Osterhout
91db19f38f Refresh pull limit docs (#16159)
* update pull limit docs
2022-11-14 13:33:23 -08:00
jerae-duffin
3d3578259f Merge pull request #16157 from jerae-duffin/ENGDOCS-1083
updated subscription
2022-11-14 14:38:36 -06:00
Jerae Duffin
9036d1ec2e updated subscription 2022-11-14 12:13:54 -06:00