-
Notifications
You must be signed in to change notification settings - Fork 324
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
Use Docker volumes instead of binds for video recording #1315
Comments
@elvovsky any example commands are also appreciated. :) |
@vania-pooh Hello Ivan . From cm perspective the important parameter is --config-dir . The entire command is |
@elvovsky I would try with |
@vania-pooh That did not work. It seemed to just add folders in windows. For now I ended up copying the browsers.josn I want under the default directory cm creates. I think this relates to the docker set up where it maps drive in windows to the linux wsl paths. |
@elvovsky so this is resolved? |
@vania-pooh Well, theoretically it is a work around. In my mind though this is docker volume translation issue and a setting of docker. I guess the workaround works, but ideally I would like to go back to a folder outside of a user profile |
I would try to remove this old-style behavior completely and use Docker volumes instead. |
@vania-pooh I will see if i can get it upgraded and tested. Thanks ! |
@elvovsky implementing this is not as simple as we could imagine. Needs to think a bit more. |
@vania-pooh Understood. No issue |
I have an install on windows running wsl2 and docker desktop. I had an issue and I had to reset docker desktop. Now after install it does not seem to see the config directory passed through cm parameter. I think what is missing is a mapping between the directory I am specifying in the parameter and the docker itself. Can you please guide me here ? Any help is appreciated !
The text was updated successfully, but these errors were encountered: