Add "Run the Docker daemon as a non-root user (Rootless mode)":
`engine/security/rootless.md`
The content is based on https://github.com/moby/moby/blob/master/docs/rootless.md
`rootless.md` in `moby/moby` will be replaced of the link to
the `docs.docker.com` page compiled from `rootless.md` in this repo.
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
It was discovered that compression in gelf logging driver
is highly inefficient in terms of CPU. IOW, lots of CPU
is used when compression is enabled.
The natural solution would be to change the default
to `none`, i.e. no compression, but that would break
some setups (in particular, using Logstash < 7.4).
The only option left is to warn the user about the
consequences of leaving the compression enabled.
For more background details, please see
https://github.com/moby/moby/pull/40101
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
* instruction and screenshot updates
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* removed one more mention of sourceref
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Clarify use of --pod-cidr and --service-cluster-ip-range
Clarified where flags are used. Customer reported confusion in case# 101388 because commands were not specified.
* hyperlink fix
fixed issues with hyperlinks
* Made the UCP CLI Links Generic
* Uppercase UCP
* Improved manual UCP uninstall commands
Current `service rm` command made assumptions about the names of existing services and would fail in some instances. Current `container rm` command would not remove k8s containers. New commands don't rely on grep, awk, or xargs.
* Added missing flag
Added `-a` flag to see UCP containers from client bundle
* fixing Hub and DTR broken links
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* Fixing another link
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
This behaviour changed in Interlock 2.3.0, which was backported to all
active UCP versions.
The change was tracked by ENGCORE-117.
Signed-off-by: Euan Harris <euan.harris@docker.com>
* updates to repos page based on cloud and Hub UI consolidation
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
* spacing
Signed-off-by: Lena Larionova <lena.larionova@docker.com>
The previous version had inconsistencies. Some times the interlock
service was referred to as `ucp-interlock` other times just as
`interlock`. This commit made `ucp-interlock` consistent throughout.