From 725c4c9998ab15e2ac6cd92be5aad3abbbdfe3e4 Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:36:39 +0100 Subject: [PATCH] ENGDOCS-2232 (#20993) --- content/manuals/run-cloud/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/run-cloud/_index.md b/content/manuals/run-cloud/_index.md index 60b96140bc..cdd0d95a5d 100644 --- a/content/manuals/run-cloud/_index.md +++ b/content/manuals/run-cloud/_index.md @@ -238,6 +238,6 @@ Run `docker harmonia doctor` to print helpful troubleshooting information. - Containers cannot access host through DNS `host.docker.internal`. - File binds (non-directory binds) are currently static, meaning changes will not be reflected until the container is restarted. This also affects Compose configs and secrets directives. - Bind volumes are not supported. -- Port-forwarding support for UDP +- Port-forwarding for UDP is not supported. - Docker Compose projects relying on `watch` in `sync` mode are not working with the `tar` synchronizer. Configure it to use `docker cp` instead, disable tar sync by setting `COMPOSE_EXPERIMENTAL_WATCH_TAR=0` in your environment. - Some Docker Engine features that let you access the underlying host, such as `--pid=host`, `--network=host`, and `--ipc=host`, are currently disabled.