-
-
Notifications
You must be signed in to change notification settings - Fork 792
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
Support multiple bind_uris #24
Comments
Seems reasonable since Docker allows for binding both a socket file and tcp URI. How were you thinking the implementation would look? I'd be tempted to just add a bind_socket (or similar) attribute that handles the -H for the socket file. |
I was just going to implement the bind_uri as an array, actually. That way people can bind to whatever they want, as much as they want. |
In 0.12.0 of the cookbook, I've added |
Currently, you can only specify one bind_uri. Docker supports specifying more than one.
I'll begin work on a PR to do this within a week or so if you'll accept it + this hasn't been fixed by then.
Thanks!
The text was updated successfully, but these errors were encountered: