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
YAML recipes currently support named Docker volumes and session-local
bind mounts, but not arbitrary host path bind mounts. This is needed for
services that require access to host resources.
Concrete use case: log collections with docker socket, hot binary reload
- Add host_path field to volume config, enabling direct
host-to-container bind mounts (e.g. /var/run/docker.sock)
- Existing volume types (name/is_local) are unchanged
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
0 commit comments