-
Notifications
You must be signed in to change notification settings - Fork 58
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 isn't working #1
Comments
I'm going to have to debug this tomorrow, as I'm about to goto bed. where are you running (tell me more :) ) |
Have a good night :-) I run
and other docker commands work fine:
|
mmm, frustrating. it works for me on my test OSX box (the first version you tried) |
should i use docker version below 0.11.1? so what is the correct way to run this? could you give me your steps, and i can try if i make any mistake? thanks — On Sun, May 18, 2014 at 12:50 PM, Sven Dowideit [email protected]
|
na, it was only one out of 3 of my 0.11.1 setups that was weird, and it came good after a reboot. so, what I ran from my OSX terminal was:
and that resulted in a samba share that I could access from my OSX finder using the host only network on the boot2docker vm (in my case 192.168.59.103 (if you boot2docker ssh, you can run |
OK. So I tried
|
The last means that it worked. You should see a samba container using I'll have to improve the output, but i've not yet worked out a good consistent way to tell the user what IP address to connect to (now that we have |
OK. I can see samba now, thank you! But how can I connect to it? And how to access the "shared folders"? In your case, you use a container "data". So the samba will also sync the folder between my OSX and that "data" container, right? If I want to use this samba-server in development, say Rails, I can create a container for Rails, and use
right? |
You connect to it like you do any other network share - it is likely to be at \192.168.59.103\data - but I'll need to go see what you do in OSX |
I am doing the exact same thing but from a Windows machine. I believe you are also using Windows. I have a clean boot2docker VM running in VirtualBox using the boot2docker-cli tool. I created a home-vol as in your example using:
I then try to run
But all I get is
Is there something simple I'm doing wrong? |
@mbinette try this command:
|
When I use
I got
I also tried
and
but all failed.
The text was updated successfully, but these errors were encountered: