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

Is /host_mnt still needed in overrides-dd-bind.yml? #1795

Open
mike-potter opened this issue Oct 5, 2023 · 0 comments
Open

Is /host_mnt still needed in overrides-dd-bind.yml? #1795

mike-potter opened this issue Oct 5, 2023 · 0 comments

Comments

@mike-potter
Copy link

Back in this issue #1368 a problem was reported and the solution involved adding:

      device: /host_mnt${PROJECT_ROOT}

to the .docksal/stacks/overrides-dd-bind.yml file

This causes a problem when using OrbStack and needs to just be:

    device: ${PROJECT_ROOT}

What I found interesting is that, at least on Mac with the latest Docker Desktop 4.23 this seems to also work fine. So I wonder if the original cause of this problem has been fixed in Docker Desktop and that host_mnt is no longer needed.

Until this can be investigated further, is there a way for me to override this within my project's .docksal folder without needing to change the global setting in Docksal itself?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant