-
Notifications
You must be signed in to change notification settings - Fork 162
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
How to use with docker-compose #49
Comments
It's already available:
|
Thanks for the quick reply. Unfortunately I still have the same issue...
(same with
Are those other options documented somewhere? Update: |
The best doc is @ http://netshare.containx.io/docs/cifs.
This sounds like a docker-compose issue... Which version are you using? Could you provide the logs of the Hint: before you run any command on the commandline run |
I know this is old, but I am experiencing this issue as well.
|
I'm not convinced the username/password options pass through to the driver. I am able to get this working with a username/password if I launch docker-volume-netshare with the username/password for the share on the command line, but not if I pass them in via those username/password options in docker-compose. This makes configuration-driven authentication impossible and feels like a bug. :( |
Hi! i mean this is working: however i would like to hide the infrastructure details from the developers and somehow move does that make sense? any suggestions? |
I find it strange that the cifshost/share is taken from the name of the volume and not a driver option.
This makes it unusable with docker-compose.
which results in the following error:
Could you add a driver option to override the cifshost and share?
The text was updated successfully, but these errors were encountered: