Sebastiaan van Stijn
ea01ecbd12
Merge pull request #12237 from AkihiroSuda/sshhelper
...
engine/security: add more description about ssh://
2021-02-10 13:14:06 +01:00
Usha Mandya
6f7b3fc78c
Merge pull request #12297 from usha-mandya/copyrights-patch
...
Update copyright year
2021-02-10 11:35:44 +00:00
Usha Mandya
8d0e3a96d2
Merge pull request #12296 from usha-mandya/language-guides-patch1
...
Clarify the request for guides info
2021-02-10 11:35:05 +00:00
Usha Mandya
1596f8ba18
Update copyright year
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-10 10:55:35 +00:00
Usha Mandya
2ab01b6757
Clarify the request for guides info
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-10 10:21:35 +00:00
Akihiro Suda
6fec6ef0c3
engine/security: add more description about ssh://
...
Previously, the `ssh://` helper was only mentioned in `engine/security/index.md`.
The `ssh://` helper is now documented in "Protect the Docker daemon socket"
(`engine/security/protect-access.md`, nee `engine/security/https.md`).
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-02-10 19:06:09 +09:00
Usha Mandya
17507f0dee
Merge pull request #12289 from usha-mandya/12243-patch
...
Remove Desktop install references
2021-02-09 16:59:35 +00:00
Usha Mandya
272a1ea8d3
Remove Desktop install references
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-09 16:25:04 +00:00
Sebastiaan van Stijn
19cb0bf606
Merge pull request #12286 from usha-mandya/fix-links
...
Fix broken links
2021-02-09 16:21:49 +01:00
Usha Mandya
6d768f6691
Merge pull request #12282 from StefanScherer/rosetta
...
Show command how to install Rosetta 2
2021-02-09 14:55:57 +00:00
Usha Mandya
856c5e871e
Fix broken links
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-09 12:46:39 +00:00
Usha Mandya
14ad8d054e
Merge pull request #12278 from gtardif/cloud_compose_flag_order
...
Compose common flags order
2021-02-09 12:07:44 +00:00
Usha Mandya
81b79b53bb
Merge pull request #12279 from ulyssessouza/pip-deps-update
...
Update pip install requirements
2021-02-09 11:09:17 +00:00
Stefan Scherer
4bdb40f185
Show command how to install Rosetta 2
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-02-09 11:41:18 +01:00
Stefan Scherer
d523150cb4
Move rosetta installation to apple-m1 page
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-02-09 11:40:49 +01:00
Stefan Scherer
f4b4471f69
Redirect to apple-m1 page
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-02-09 11:38:20 +01:00
Usha Mandya
537a14c2da
Merge pull request #12280 from docker/stephen-turner-patch-5
...
Change "WSL 2 integration" to "Docker-WSL integration"
2021-02-09 09:55:15 +00:00
Stefan Scherer
79fba2abcd
Show command how to install Rosetta 2
...
Signed-off-by: Stefan Scherer <stefan.scherer@docker.com>
2021-02-08 20:14:12 +01:00
Stephen Turner
8bb0a2349c
Change "WSL 2 integration" to "Docker-WSL integration"
...
As discussed privately, change "WSL 2 integration" to "Docker-WSL integration" because the former is confusing when in the context of doing something to a WSL distro.
2021-02-08 18:25:12 +00:00
Ulysses Souza
40af359350
Update pip install requirements
...
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-02-08 12:55:24 -03:00
Guillaume Tardif
47743a48f4
Compose common flags --file and --project-name must be used before the subcommand (like docker-compose syntax).
...
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-02-08 15:45:55 +01:00
Usha Mandya
01c72bd793
Merge pull request #12265 from roaldnefs/patch-2
...
Fix MarkDown link to ImageOptim in README.md
2021-02-08 12:27:55 +00:00
Roald Nefs
3e600d02be
fix: markdown link to ImageOptim in README.md
...
Fix Markdown link to ImageOptim in the Images section of the `README.md`.
2021-02-05 23:42:41 +01:00
uigctaw
1cefb43b7b
Getting started python fixes ( #12217 )
...
* Fix CMD arguments
The previous CMD command doesn't actually start the service.
* Simplify (and fix) curl command
Previously it was specifying a lot of parameters that in our case are optional and IMO don't help with understanding what's going on.
Furthermore the previous command was asking for a `/test` page which we do not serve.
And finally it was using POST which is not supported in our app created in the previous step.
* Fix typo
2021-02-05 16:03:47 +00:00
Usha Mandya
0148c0b0ff
Merge pull request #12230 from usha-mandya/get-started-updates
...
Get started docs improvements
2021-02-05 15:49:51 +00:00
Simon Ferquel
9f93573abd
Add remark about non-glibc based distros in WSL docs ( #12242 )
...
* Add remark about non-glibc based distros
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Adding link to the glibc apk for Alpine users
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Update docker-for-windows/wsl.md
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
* nit: glibc and musl run side by side, not depending on each other
Signed-off-by: Simon Ferquel <simon.ferquel@docker.com>
* Fix a nit
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-05 11:41:49 +00:00
Usha Mandya
4f624f88d9
Merge pull request #12252 from usha-mandya/engdocs-384
...
Fix Compose install tab display issue
2021-02-04 18:37:23 +00:00
Usha Mandya
d1a0204d96
Merge pull request #12251 from ollypom/ecs-iam-permissions
...
Added Additional IAM Permissions for ECS
2021-02-04 16:42:10 +00:00
Usha Mandya
4b176c5cfc
Fix Compose install tab display issue
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-04 16:33:47 +00:00
Usha Mandya
c43f1282da
Merge pull request #12250 from justincormack/cleanoverview
...
Clean up the overview
2021-02-04 15:25:49 +00:00
Usha Mandya
04e1f2dffc
Fix typo
2021-02-04 15:14:23 +00:00
ollypom
e35fc9b196
Added Additional IAM Permissions for ECS
2021-02-04 14:55:40 +00:00
Usha Mandya
5a07a993b3
Address review comments
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-04 14:34:35 +00:00
Justin Cormack
6ffd560df7
Clean up the overview
...
Make it smaller and simpler and remove extraneous details.
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
2021-02-04 12:15:30 +00:00
Usha Mandya
60624cfb4a
Fix indentation, broken links
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-02 16:44:47 +00:00
Usha Mandya
7845c58248
Merge pull request #12204 from stephen-turner/ST-2021-01-29
...
Changes to desktop docs
2021-02-02 12:52:35 +00:00
Usha Mandya
dc7352020e
Get started docs improvements
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-02 12:51:46 +00:00
Tibor Vass
5658dc1a83
Merge pull request #12227 from tiborvass/engine_release_notes
...
Add release notes for 20.10.3 and 19.03.15
2021-02-01 16:32:02 -08:00
Tibor Vass
35b2f26163
Add release notes for 20.10.3 and 19.03.15
...
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-02-01 23:55:22 +00:00
Usha Mandya
66a2de117d
Merge pull request #12224 from docker/mat007-patch-1
...
Increase Windows 10 version requirement to 17134
2021-02-01 18:39:36 +00:00
Mathieu Champlon
cc07d71957
Increase Windows 10 version requirement to 17134
...
16299 has been end of life since October 2020
2021-02-01 14:37:06 +01:00
Usha Mandya
6b249b9170
Merge pull request #12202 from usha-mandya/python-guide-updates
...
Update links and remove extra spaces
2021-02-01 09:35:18 +00:00
Usha Mandya
27473b18dd
Updated the Note format
2021-01-29 18:31:16 +00:00
Stephen Turner
079957c72a
Update install-windows-home.md
2021-01-29 17:43:51 +00:00
Stephen Turner
b92b229c05
Update install.md
2021-01-29 17:42:28 +00:00
Stephen Turner
7e7d5c07dd
Update apple-m1.md
2021-01-29 17:27:37 +00:00
Usha Mandya
4b828eeaed
Update links and remove extra spaces
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-29 17:09:03 +00:00
Usha Mandya
c23d1daf63
Add Python get started docs ( #12184 )
...
* Add Python get started docs
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Address Anca's review comments
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Update pip to pip3
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
* Update pip freeze to pip3 freeze
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-28 17:46:36 +00:00
Usha Mandya
e3a0c7932e
Merge pull request #12195 from usha-mandya/12193-patch
...
Fix broken links
2021-01-28 12:41:34 +00:00
Usha Mandya
4d1befcd1a
Fix broken links in Mac and Windows topics
...
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-01-28 12:10:10 +00:00