Usha Mandya
89c11854e9
Fix a typo in the toc
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-19 14:12:10 +00:00
Usha Mandya
26010a0b34
Merge pull request #12076 from usha-mandya/ref-arch-updates
...
Add language-specific guides
2021-01-19 13:51:34 +00:00
Usha Mandya
92b50927ea
Add steps to start app in debug mode
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-19 10:50:28 +00:00
Usha Mandya
958dea68c0
Add step to install Mocha test framework
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 18:44:16 +00:00
Usha Mandya
d9fa2c32de
Add missing steps on editing the json file
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 15:55:23 +00:00
Usha Mandya
7b070a40e2
Fix review comments from Stefan
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 15:23:45 +00:00
Simon
e1680e14be
Add new Docker Compose Example Screenshots ( #12012 )
...
* TASK: Remove Old Screenshots
* TASK: Add New Screenshots
* TASK: Delete quick-hello-world-3.png
* TASK: Add new quick-hello-world-3.png screenshot
* TASK: Delete Screenshots
* TASK: Add new Screenshots
2021-01-18 15:21:46 +00:00
Usha Mandya
0323a2df83
Merge pull request #12087 from arijitdas123student/master
...
Update Readme to make changes in Copyright license
2021-01-18 15:20:16 +00:00
Usha Mandya
710a57b776
Merge pull request #11742 from lpmi-13/address_vulnerable_libraries
...
update both jquery and bootstrap versions
2021-01-18 15:17:45 +00:00
Nicolas De loof
86411d9982
Document use of x-aws-cloudformation overlays ( #12080 )
...
* Document use of x-aws-cloudformation overlays
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
* Minor style updates
* Fixed a nit
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-01-18 15:15:35 +00:00
Usha Mandya
dd1357817c
Merge pull request #12118 from ndeloof/master
...
Fix `docker secret` command documentation on ECS context
2021-01-18 15:14:35 +00:00
Usha Mandya
4ff71f3218
Minor style updates
2021-01-18 14:56:02 +00:00
Usha Mandya
034dc9a200
Update height to improve visibility of the icons
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 14:44:48 +00:00
Usha Mandya
ba395bed07
Add reference architecture docs
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-18 12:07:55 +00:00
Nicolas De Loof
88095576d7
Fix `docker secret` command documentation on ECS context
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2021-01-18 09:57:16 +01:00
Usha Mandya
89e422cb32
Merge pull request #12109 from thaJeztah/fix_redirect
...
fix windows networking redirect
2021-01-15 15:45:45 +00:00
Sebastiaan van Stijn
ebde49233c
fix windows networking redirect
...
I accidentally used the "correct" URL as redirect-from,
resulting in an infinite redirect loop
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-15 16:37:06 +01:00
Simon Ferquel
683d89f40f
Release notes for desktop 3.1.0 ( #12096 )
...
* Release notes for desktop 3.1.0
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Removed already fixed items, added experimental mention
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Move Debian / GPU entries in NEW category
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Typo
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Added details about UI reliability issues, added mention to the diags UI
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Nits
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Updated to fix some nits
* Updated to fix minor issues
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-01-14 13:07:21 +00:00
Usha Mandya
dc26f27405
Merge pull request #12100 from usha-mandya/desktop-diagnostics
...
Update Desktop diagnostics info
2021-01-14 13:07:04 +00:00
Simon Ferquel
04df46176e
Add GPU support section in WSL 2 docks ( #12097 )
...
* Add GPU support section in WSL 2 docks
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Minor style updates
* Fixing command output
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-01-14 13:06:50 +00:00
Usha Mandya
81305add00
Update Desktop diagnostics info
2021-01-14 12:14:19 +00:00
Stephen Turner
f577c5a512
Add security bug that was fixed in 2.5
2021-01-14 11:18:51 +00:00
Usha Mandya
be15606e33
Merge pull request #12083 from thaJeztah/fix_flag_descriptions
...
_includes/cli.md: fix flag descriptions with < and >
2021-01-13 10:04:21 +00:00
Sebastiaan van Stijn
ac396880ec
_includes/cli.md: fix flag descriptions with < and >
...
Some flag descriptions contain point-brackets to indicate required
options, e.g.:
--ssh stringArray SSH agent socket or keys to expose to the build (format: default|<id>[=<socket>|<key>[,<key>]])
When rendering those options as HTML, those options were not visible as
they were rendered as a HTML element.
Given that flag-descriptions are not expected to have MarkDown or HTML
formatting, we can HTML-escape them to prevent this.
This patch escapes the flag-descriptions using liquid's `esacape` command.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-13 10:45:30 +01:00
Arijit Das
70c5520a4e
Update Readme to make changes in Copyright license
2021-01-13 14:27:04 +05:30
Juan Julián Merelo Guervós
3aa6f39660
Adds reference to the virtual machine it's running ( #11952 )
...
* Adds reference to the virtual machine it's running
This will help prepare more powerful hooks.
* Clarify name and grammar
* jq is definitely not there
(although it's listed as part of the AMI Linux distro).
* Updated the AWS URL
The URL previously pointed to Spanish docs.
* Update URL to Amazon Linux 2
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-01-12 15:21:13 +00:00
Usha Mandya
72f7f2481c
Merge pull request #12029 from git-developer/patch-1
...
fix: update name of config option `network_mode`
2021-01-08 14:32:51 +00:00
Usha Mandya
b261265240
Merge pull request #12060 from thaJeztah/fix_compose_link
...
(temporarily) replace compose-file deep links to v3 docs
2021-01-08 10:15:35 +00:00
Nicolas De loof
1a3a9d1195
Update ecs-integration.md ( #12058 )
...
* Update ecs-integration.md
* Update ecs-integration.md
* Minor update
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-01-07 18:47:37 +00:00
Sebastiaan van Stijn
3a794b3197
(temporarily) replace compose-file deep links to v3 docs
...
The documentation curently doesn't contain reference docs for the
unified (version-less) compose-file syntax, so for now replacing
all links to point to the v3 compose-file reference, which is still
present.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-07 14:21:37 +01:00
Sebastiaan van Stijn
dfab099750
Merge pull request #12044 from thaJeztah/more_link_fixes
...
Replace some getting-started links
2021-01-07 11:08:37 +01:00
Mathieu Champlon
e4f951eea6
Added release notes for Docker Desktop 3.0.4
2021-01-06 18:16:28 +00:00
Brennan Kinney
12cf9156fd
[fix]: Fix links to Compose File v3 reference [Docs: docker-compose restart] ( #12026 )
...
* Fix links to Compose File v3 reference
No longer `compose-file/index.md`, but `compose-file/compose-file-v3.md`.
* Update compose/reference/restart.md
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-01-06 14:51:45 +01:00
Emmanuel Briney
249d9e09d5
desktop 3.0.3 release notes
2021-01-06 13:32:57 +00:00
Sebastiaan van Stijn
f879b97314
Merge pull request #12046 from thaJeztah/fix_docker_win_link
...
D4W: fix broken link to networking section
2021-01-06 13:42:24 +01:00
t-eimizu
4871c1304f
Update insecure.md for Docker Desktop ( #11964 )
...
* Update insecure.md for Docker Desktop
Docker Desktop does not have "preferences" menu today.
It's changed to "Settings" > "Docker Engine" .
Co-authored-by: Sebastiaan van Stijn <thaJeztah@users.noreply.github.com>
2021-01-06 13:41:47 +01:00
Sebastiaan van Stijn
b1bdc49a10
Merge pull request #12047 from thaJeztah/fix_getting_started_markdown
...
get-started: fix markdown formatting
2021-01-05 21:42:31 +01:00
Sebastiaan van Stijn
d702815d5a
Merge pull request #12049 from thaJeztah/api_version_redirects
...
engine/api: add redirects and link for archived API versions
2021-01-05 17:56:42 +01:00
Sebastiaan van Stijn
ac400cbb45
Merge pull request #12045 from thaJeztah/fix_debootstrap_links
...
Update links to mkimage example scripts
2021-01-05 17:56:18 +01:00
Sebastiaan van Stijn
e7d7412d95
Merge pull request #12048 from thaJeztah/add_runmetrics_redirect
...
Add redirect for "Runtime metrics"
2021-01-05 16:24:22 +01:00
Sebastiaan van Stijn
48b9da14ba
engine/api: add redirects and link for archived API versions
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 16:18:42 +01:00
Sebastiaan van Stijn
eb1b874e60
Add redirect for "Runtime metrics"
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 15:57:57 +01:00
Sebastiaan van Stijn
ee457d2e55
get-started: fix markdown formatting
...
The markdown seemed to be intended as "info" admonition; updating
the markdown syntax to fix that.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 15:27:36 +01:00
Sebastiaan van Stijn
9be0eea761
D4W: fix broken link to networking section
...
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 15:20:07 +01:00
Sebastiaan van Stijn
340fe84d1b
Update links to mkimage example scripts
...
Link to the contrib directory instead of individual scripts.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 14:55:58 +01:00
Sebastiaan van Stijn
ad03c62012
Merge pull request #11936 from yaleman/yaleman-toc-1
...
Fix spelling error in TOC
2021-01-05 14:40:40 +01:00
Sebastiaan van Stijn
2666a4892c
Merge pull request #11977 from cclauss/patch-1
...
print() is a function in Python 3
2021-01-05 14:39:48 +01:00
Sebastiaan van Stijn
6e02fc209a
Merge pull request #11989 from akhileshagarwal/patch-1
...
Update develop.md
2021-01-05 14:39:09 +01:00
Sebastiaan van Stijn
76113561ef
Merge pull request #12042 from thaJeztah/19.03.14_release_notes
...
engine: add missing release notes for 19.03.14
2021-01-05 14:24:48 +01:00
Sebastiaan van Stijn
639a9d767d
Merge pull request #11994 from sudo-bmitch/pr-fix-11963
...
Fixing broken link to D4W/networking.md
2021-01-05 13:28:30 +01:00