Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Can't communicate through unix socket on b2d machines #875

Closed
ChristopherBiscardi opened this issue Mar 25, 2015 · 3 comments
Closed

Can't communicate through unix socket on b2d machines #875

ChristopherBiscardi opened this issue Mar 25, 2015 · 3 comments

Comments

@ChristopherBiscardi
Copy link

when ssh'd in to b2d instance, you should be able to use docker. Currently you can't because it doesn't accept connections on the socket.

(Using master build)

cc @nathanleclaire

@nathanleclaire
Copy link
Contributor

I'm on this

@ehazlett
Copy link
Contributor

This appears to be in our provisioner (https://github.com/docker/machine/blob/master/libmachine/provision/boot2docker.go#L91) doesn't have the socket option for b2d whereas the Ubuntu one does (https://github.com/docker/machine/blob/master/libmachine/provision/ubuntu.go#L150)

I'll let @nathanleclaire get this :)

Thanks for reporting!

@ehazlett ehazlett added this to the 0.2.0 milestone Mar 26, 2015
@ehazlett
Copy link
Contributor

ehazlett commented Apr 1, 2015

Closing as #887 was merged.

@ehazlett ehazlett closed this as completed Apr 1, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants