From b58ec553737af1cd79723f6908d2dca1d1e2a33c Mon Sep 17 00:00:00 2001 From: Allie Sadler <102604716+aevesdocker@users.noreply.github.com> Date: Thu, 22 Aug 2024 12:09:07 +0100 Subject: [PATCH] ENGDOCS-2188 (#20688) * ENGDOCS-2188 * lint fix --- content/run-cloud/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/run-cloud/_index.md b/content/run-cloud/_index.md index 553ab3a673..e9f51cad17 100644 --- a/content/run-cloud/_index.md +++ b/content/run-cloud/_index.md @@ -240,3 +240,4 @@ Run `docker harmonia doctor` to print helpful troubleshooting information. - Bind volumes are not supported. - Port-forwarding support for UDP - 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.