ENGDOCS-2188 (#20688)

* ENGDOCS-2188

* lint fix
This commit is contained in:
Allie Sadler 2024-08-22 12:09:07 +01:00 committed by GitHub
parent ba472d8893
commit b58ec55373
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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.