-
Notifications
You must be signed in to change notification settings - Fork 59
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
Samba - nothing to share + fix #38
Comments
Pull request 32 fixes this. |
To my case under 1.9.1, I just see "Config": { ... "Cmd": [ "true" ], "Image": "busybox", "Volumes": null, ... see sto question: http://stackoverflow.com/questions/35032368/docker-volumes-doesnt-exist-for-data-container-in-1-9-1 |
In sto, VonC mentioned to use |
Could you try the line on the command line, post the output and adapt it to the mounts? I do not know:
|
@niccokunzmann I made a simple PR based on your solution with new checking for |
Don't have time and best solution to this fix (my PR has issues), any one to provide a simple PR for this ? |
Observation
When I run
I get
Fix
The error is in line 90.
When I run
I get no output. But, when I add
.Config
it works.Output:
Docker Version: 1.9.1
API Version: 1.21
Solution
I guess this is due to old docker versions that hat a
.Volumes
attribute. I suggest the following:.Config
The text was updated successfully, but these errors were encountered: