Commit Graph

55845 Commits

Author SHA1 Message Date
Usha Mandya 4cbefb4323
Add note on running ARM64 containers on M1 machines (#12345)
* Add note on running ARM64 containers on M1 machines

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Add caveat on VPN clients

Signed-off-by: Usha Mandya <usha.mandya@docker.com>

* Add for-mac issue reference

Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-17 15:44:51 +00:00
Usha Mandya 41f746fb99
Merge pull request #12311 from Franz333/patch-1
Update 04_sharing_app.md
2021-02-17 15:21:42 +00:00
Usha Mandya a5129c7c50
Minor style update 2021-02-17 15:18:02 +00:00
Lorena Rangel 87d2c502dc
Document how to upgrade the kubernetes cluster (#12344)
* Document how to upgrade the kubernetes cluster

Signed-off-by: Lorena Rangel <lorena.rangel@docker.com>

* Minor style update

* Minor style update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-17 15:17:03 +00:00
Usha Mandya e0fc223bac
Merge pull request #12295 from bizmate/bizmate-cifs-volumes-by-hostname
Adding usage of CIFS mounts so it is clear how to connect to a Samba …
2021-02-17 14:09:06 +00:00
Usha Mandya 62fb3155ca
Merge pull request #12218 from matt-continuousdelta/patch-2
Clarify instructions
2021-02-17 14:05:37 +00:00
Usha Mandya 83e7688094 Add go/tip-scanning redirect
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-16 14:19:22 +00:00
Aayush Kumar Sahu 42d6de3262 Fix iframe mobile view 2021-02-16 19:05:04 +05:30
Usha Mandya 349af3e3bc
Merge pull request #12340 from speker2010/patch-1
Update 07_multi_container.md
2021-02-16 11:07:38 +00:00
Artem Besedin 51866169ee
Update 07_multi_container.md
Fix markup in line 168.

Add forgotten curly brace
2021-02-16 14:54:22 +04:00
Usha Mandya 2d47fdfa53
Merge pull request #12334 from ulyssessouza/pip-deps-update
Update dependencies on install
2021-02-16 10:41:07 +00:00
Usha Mandya 5fbe50d562
Merge pull request #12338 from chris-crone/compose-gpu-link
Fix Compose GPU prerequisites link
2021-02-16 10:40:31 +00:00
Usha Mandya 0e8576d5c0
Updated the link to use relative path 2021-02-16 10:24:11 +00:00
Chris Crone c6b0f82cb7 compose.gpu: Fix prerequisites link
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-02-16 11:00:19 +01:00
Ulysses Souza ad4f02e066 Update dependencies on install
Signed-off-by: Ulysses Souza <ulyssessouza@gmail.com>
2021-02-15 12:40:55 -03:00
Randy Fay 5b2b270b3b
Show the 3-part port syntax more clearly
The 3-part (IP:HOSTPORT:CONTAINERPORT) syntax in `ports` has been there a long time, but isn't adequately described here.
2021-02-13 06:08:43 -07:00
Usha Mandya 8cee7762d1
Merge pull request #12322 from thaJeztah/fix_redirect
Fix redirect for "/engine/security/https/"
2021-02-12 19:07:52 +00:00
Usha Mandya c29f7d23d7
Merge pull request #12323 from thaJeztah/fix_compose_gpu_link
Fix broken link in compose-file docs
2021-02-12 19:06:49 +00:00
Sebastiaan van Stijn 3e9b407952
Fix broken link in compose-file docs
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-12 19:46:37 +01:00
Sebastiaan van Stijn 238c346705
Fix redirect for "/engine/security/https/"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-02-12 19:43:02 +01:00
Anca Iordache 008dfe496d
Document GPU support in Docker Compose (#12315)
* Document GPU support in Docker Compose

Signed-off-by: aiordache <anca.iordache@docker.com>

* Update the note format

Added target=blank to enable external links to open in a new tab.

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-12 17:18:00 +00:00
Usha Mandya 9f990351c9
Merge pull request #12318 from greyfertich/patch-1
Removed phrase repetition typo
2021-02-12 16:32:07 +00:00
Grey Fertich 1af09ba286
Removed phrase repetition type
Removed duplicate "to open the application" from VSCode section
2021-02-12 10:02:52 -05:00
Usha Mandya 041292ba12
Merge pull request #12316 from chris-crone/remove-compose-on-kubernetes
Remove Desktop Compose on Kubernetes docs
2021-02-12 12:27:17 +00:00
Usha Mandya 719945b611
Merge pull request #12317 from usha-mandya/engdocs-383
Add note on Compose file v1 deprecation
2021-02-12 12:26:26 +00:00
Usha Mandya 6c15e5466f Add note on Compose file v1 deprecation
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-12 11:05:37 +00:00
Chris Crone f500ce97a4 Remove Desktop Compose on Kubernetes docs
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2021-02-12 11:38:00 +01:00
Akihiro Suda 690e0010aa
update rootless docs
= _includes/install-script.md, engine/install/linux-postinstall.md =
- Remove "Rootless mode is currently available as an experimental feature."
  Close issue 12050

= engine/security/rootless.md =
== "Prerequiresites" section ==
- Remove information about old distros (Debian 9, CentOS 7.5-7.6)

== "Distribution-specific hint" section ==
- Tabified (`<div class="tab-content" />`)

== "Known limitations" section ==
- Kernel 5.11 supports rootless overlayfs, without the Ubuntu/Debian patch.

== "Install" section ==
- Promote RPM/DEB installation over TGZ installation.
  See docker/roadmap issue 188

== "Uninstall" section ==
- Add "Uninstall" section.
  Close issue 12053

== "Usage" section ==
- Added more information about systemd
- Move `nsenter` tips to "Tips for debugging" subsection under "Troubleshooting" section

== "Best practice" section ==
- Remove guide for `lxc-user-nic` network driver due to immaturity.
  Will be brought back in future.
  See rootless-containers/rootlesskit issue 138 .

== "Troubleshooting" section ==
- Add a guide for "can't open lock file /run/xtables.lock: Permission denied" (SELinux).
  See moby/moby issue 41230

- Add a guide for "failed to register layer: ApplyLayer exit status 1 ..." (NFS).
  Close docker/for-linux issue 1172

- Improve guides for slirp4netns.

- Remove v19.03 information (e.g., "cgroup v2 is unsupported, use cgroup v1")

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
2021-02-12 19:36:51 +09:00
38elements 390abf9d51
Fix og:image 2021-02-12 18:43:16 +09:00
François Duroy ef04e891bf
Update 04_sharing_app.md
Changed the URL leading to Play With Docker so it's more straightforward. Had to search a bit before finding the right page.
2021-02-11 16:13:10 +00:00
Usha Mandya fcf6513567
Merge pull request #12293 from henare/patch-1
Fix typo in Dockerfile Best Practices ENV section
2021-02-11 15:28:42 +00:00
Usha Mandya b02e05955c
Merge pull request #12310 from usha-mandya/apple-m1-preview
Add build number for Apple silicon preview
2021-02-11 15:22:58 +00:00
Usha Mandya b0cf9b2f7c Add build number for Apple silicon preview
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-11 15:12:47 +00:00
David Scott 977dd72699
Another public Apple M1 Tech Preview (#12306)
* Another public Apple M1 Tech Preview

Signed-off-by: David Scott <dave.scott@docker.com>

* Update the M1 tech preview build

Signed-off-by: David Scott <dave.scott@docker.com>

* osxfs now works in the M1 tech preview.

Signed-off-by: David Scott <dave.scott@docker.com>

* The "Restart" menu option in the M1 tech preview works

It might have worked in the previous build, but include it in the fixes
list just in case.

Signed-off-by: David Scott <dave.scott@docker.com>

* Add missing full stops for consistency in the M1 preview page

Signed-off-by: David Scott <dave.scott@docker.com>

* Update docker-for-mac/apple-m1.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update docker-for-mac/apple-m1.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

* Update docker-for-mac/apple-m1.md

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2021-02-11 14:59:03 +00:00
Kirk Larkin f4c0e477e6
Fix a minor typo and inconsistencies 2021-02-11 13:59:58 +00:00
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
bizmate 80974031b6 Adding usage of CIFS mounts so it is clear how to connect to a Samba share also by using hostnames. 2021-02-10 09:00:29 +00:00
Henare Degan 8889138246
Fix typo in Dockerfile Best Practices ENV section
The example below this change shows that the ENV value can be dumped so I think this was a typo saying that the ENV value can't be dumped.
2021-02-10 14:14:40 +11: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