You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/harmonia/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ Run `docker harmonia doctor` to print helpful troubleshooting information.
264
264
- Containers cannot access host through DNS `host.docker.internal`.
265
265
- 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.
266
266
- Bind _mounts_, such as `-v /localpath:/incontainer` in the `docker run` command, require starting a file-sync.
267
-
- Starting a file-sync for a directory with a large amount of may take extra time to sync and become ready for us in a container.
267
+
- Starting a file-sync for a directory with a large amount of may take extra time to sync and become ready for use in a container.
268
268
- Bind _volumes_, such as those created with `docker volume create --driver local --opt type=none --opt o=bind --opt device=/some/host/path myvolname` or via the compose equivalent, are not supported.
269
269
- Port-forwarding for UDP is not supported.
270
270
- 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.
0 commit comments