Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bind volumes not currently supported #1

Open
xenoscopic opened this issue Oct 11, 2022 · 0 comments
Open

Bind volumes not currently supported #1

xenoscopic opened this issue Oct 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@xenoscopic
Copy link
Member

Docker allows for the creation of bind mounts directly into volumes, for example via the following Compose configuration:

volumes:
  boundvolume:
    driver: local
    driver_opts:
      type: none
      o: bind
      device: "/some/path"

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.

@xenoscopic xenoscopic added the enhancement New feature or request label Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant