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
or via the corresponding docker volume create command.
At the moment, the extension doesn't enable caching for these types of binds (meaning they continue to fall back to gRPC-FUSE or Virtiofs).
While these configurations aren't commonly used, it would be worth supporting them. Compose just fixed their support for this in v2.6.1, which is an indication that at least someone is using this functionality.
The text was updated successfully, but these errors were encountered:
Docker allows for the creation of bind mounts directly into volumes, for example via the following Compose configuration:
or via the corresponding
docker volume create
command.At the moment, the extension doesn't enable caching for these types of binds (meaning they continue to fall back to gRPC-FUSE or Virtiofs).
While these configurations aren't commonly used, it would be worth supporting them. Compose just fixed their support for this in v2.6.1, which is an indication that at least someone is using this functionality.
The text was updated successfully, but these errors were encountered: