Commit Graph

2100 Commits

Author SHA1 Message Date
Sebastiaan van Stijn 734e868ade
Merge pull request #12234 from AkihiroSuda/rootless
update rootless docs
2021-02-25 11:26:36 +01:00
Usha Mandya ec70070506 Add note on viewing scan results on Desktop and Hub dashboards
Signed-off-by: Usha Mandya <usha.mandya@docker.com>
2021-02-17 17:35:05 +00: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
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
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
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
Sebastiaan van Stijn 4291e391bd
fix broken links in "working with contexts"
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-21 15:58:03 +01:00
Sebastiaan van Stijn 6b1bae466f
engine: remove "upstart" section from post-install, and minor touch-ups
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-20 15:43:16 +01:00
Sebastiaan van Stijn ff16f50572
Rewrite logging section for dual logging (engine 20.10)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-20 15:43:10 +01: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 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 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 54744c8564
engine: add missing release notes for 19.03.14
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2021-01-05 11:50:24 +01:00
Sebastiaan van Stijn e4ecf664d5
Merge pull request #11865 from gtardif/compose-cli-docs
Compose cli reference docs
2021-01-05 11:25:06 +01:00
Tibor Vass c3637fd0e6 Add engine 20.10.2 release notes
Signed-off-by: Tibor Vass <tibor@docker.com>
2021-01-05 09:04:20 +00:00
Guillaume Tardif cd5bc70940 Include ACI/ECS reference docs from compose-cli and make them easier to find for docker users
Signed-off-by: Guillaume Tardif <guillaume.tardif@gmail.com>
2021-01-04 16:16:12 +01:00
Christian Clauss 1878deaf57
print() is a function in Python 3
Python 2 died on 1/1/2020 and legacy print statements are syntax errors in all currently supported versions of CPython.
2020-12-24 13:34:12 +01:00
Tibor Vass 3e06ed6791
Merge pull request #11874 from developer-guy/patch-1
Fix trust_delegation.md for target role
2020-12-24 00:07:14 -08:00
Sebastiaan van Stijn 97abade445
Merge pull request #11869 from pacoxu/patch-2
release-note update: containerd is 1.4.3 in v20.10.0
2020-12-15 15:40:07 +01:00
Tibor Vass d73fecdc79 Add engine 20.10.1 release notes
Signed-off-by: Tibor Vass <tibor@docker.com>
2020-12-15 07:58:29 +00:00
Usha Mandya 5182176414
Merge pull request #11895 from fahedouch/update-release-note
Update release-note
2020-12-14 13:25:31 +00:00
Nicolas De Loof 3a8e1dd311
x-aws-vpc expect an ID, not ARN
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-12-14 09:59:28 +01:00
fahed dorgaa 872f685020
Update index.md
based on this comment https://github.com/moby/buildkit/issues/1892#issuecomment-743409990. the source tracking feature is only possible with `buildx` v0.5-rc which is not available in docker 20.10
2020-12-12 22:27:26 +01:00
Usha Mandya 70831b5a2d
Update index.md 2020-12-11 14:11:26 +00:00
Bahadır YARDIM 4d5275f5e6
Severity parameter samples UI bug fixed. 2020-12-10 19:09:30 +03:00
Usha Mandya a80750a132
Merge pull request #11866 from bhdryrdm/patch-2
Forgotten dash added for exclude-base parameter.
2020-12-10 15:12:29 +00:00
Guillaume Lours 872d7dc38a
Add documentation of the severity flag in Docker Scan plugin (#11842)
* Add documentation of the severity flag in Docker Scan plugin

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Update documentation after PR review

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Add documentation for Docker Scan --group-issues flag

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>

* Minor update

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-10 14:59:27 +00:00
Batuhan Apaydın cc7d5b6697
Update trust_delegation.md
I think the target role should be target/releases instead of the targets/targets.
2020-12-10 16:52:37 +03:00
Paco Xu bd1a3510a5
release-note update: containerd is 1.4.3 in v20.10.0 2020-12-10 11:18:58 +08:00
Bahadır YARDIM 13347fee1f
Forgotten dash added for exclude-base parameter. 2020-12-09 14:33:16 +03:00
Sebastiaan van Stijn d6fee67243
Merge pull request #11861 from tiborvass/20.10-release-notes
Add engine 20.10.0 release notes
2020-12-09 02:27:09 +01:00
Tibor Vass f5f5ef788e Add engine 20.10.0 release notes
Signed-off-by: Tibor Vass <tibor@docker.com>
2020-12-09 01:18:41 +00:00
Sebastiaan van Stijn be718ce241
Engine: update distro versions
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-12-09 01:13:35 +01:00
Sebastiaan van Stijn 05f9d31264
Merge pull request #11644 from rafauke/patch-1
docs: update supported Fedora versions
2020-12-09 01:09:42 +01:00
Tibor Vass 8f16fc161b Move main release notes to 19.03.md
Signed-off-by: Tibor Vass <tibor@docker.com>
2020-12-09 00:06:32 +00:00
Sebastiaan van Stijn 2f8c3f1010
Merge pull request #11862 from thaJeztah/update_20.10
Update engine reference for 20.10 release
2020-12-09 01:06:12 +01:00
Sebastiaan van Stijn 33ad3d9bbf
Merge pull request #11042 from AkihiroSuda/prep-20-03
v20.10 docs for cgroup v2 and rootless
2020-12-09 01:05:54 +01:00
Sebastiaan van Stijn 3ed7250644
Update engine reference for 20.10 release
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-12-09 00:50:04 +01:00
Tibor Vass 8719d55193 Remove empty stub 19.03 release notes
Signed-off-by: Tibor Vass <tibor@docker.com>
2020-12-08 23:48:29 +00:00
avichalchum 19f2268e8f
Update dotnetcore.md (#10902)
* Update dotnetcore.md

Adding an example for .Net Core docker files as consumed by build agents and recommended by Microsoft best practices.

* Update engine/examples/dotnetcore.md

Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>

* Format updates

* Update dotnetcore.md

Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-12-08 11:28:13 +00:00
Ben De St Paer-Gotch 84af01c18a
Update ecs-integration.md
Fixing high throughput in example
2020-12-07 18:12:08 +00:00
zori 398d77002d
Fix typo in note for "create a new swarm" 2020-12-01 14:57:42 +01:00
Nicolas De loof d46de2ae4f
Document required IAM permissions (#11794)
* Document required IAM permissions

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Apply suggestions from code review

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

Co-authored-by: Guillaume Tardif <guillaume.tardif@gmail.com>
Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-30 11:18:05 +00:00
Chris Crone 73db5c6076 ecs: Fix typo
Signed-off-by: Chris Crone <christopher.crone@docker.com>
2020-11-19 10:22:25 +01:00
Nicolas De loof 2425fe8b90
Some more details and links (#11766)
* Some more details and links

Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>

* Minor edits

Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
2020-11-18 18:50:48 +00:00
Usha Mandya 050d40438c
Merge pull request #11771 from ndeloof/elb
Document custom load balancer usage
2020-11-18 18:33:52 +00:00
Usha Mandya cf81f3ca16
Apply suggestions from code review
Co-authored-by: Chris Crone <christopher.crone@docker.com>
2020-11-18 18:29:45 +00:00
Nicolas De Loof c7752c1f87
Document custom load balancer usage
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2020-11-18 11:53:37 +01:00
Guillaume Tardif 29bd2b0d3e Adding more basic examples of compose files, and small updates on ECS services dependencies, service name resolution
Signed-off-by: Guillaume Tardif <guillaume.tardif@docker.com>
2020-11-17 17:07:03 +01:00
Usha Mandya 8425cf802c
Merge pull request #11751 from gtardif/aci_ecs_update
Aci ecs update
2020-11-16 16:14:17 +00:00