Skip to content

Commit e0fb9b3

Browse files
stevvooenicksiegerdvdksn
authored
harmonia: one more pass for bind volumes (#21582)
After some discussion with the team, we've added a few more conditions. Co-authored-by: Nick Sieger <[email protected]> Co-authored-by: David Karlsson <[email protected]>
1 parent ccf45cd commit e0fb9b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/manuals/harmonia/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,9 @@ Run `docker harmonia doctor` to print helpful troubleshooting information.
263263
- KinD does not run on Project Harmonia due to some hard-coded assumptions to ensure it's running in a privileged container. K3d is a good alternative.
264264
- Containers cannot access host through DNS `host.docker.internal`.
265265
- 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-
- Bind mounts, such as `-v /localpath:/incontainer` in the `docker run` command, are not supported without using a file-sync.
266+
- Bind _mounts_, such as `-v /localpath:/incontainer` in the `docker run` command, require creating a file-sync.
267+
- Creating a [synchronized file share](/manuals/desktop/features/synchronized-file-sharing.md) for a directory with a large amount of may take extra time to sync and become ready for use in a container.
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.
267269
- Port-forwarding for UDP is not supported.
268270
- 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.
269271
- Some Docker Engine features that let you access the underlying host, such as `--pid=host`, `--network=host`, and `--ipc=host`, are currently disabled.

0 commit comments

Comments
 (0)