gopher-net / docker-ovs-plugin

An Open vSwitch Plugin for Docker's Libnetwork
Apache License 2.0
76 stars 31 forks source link

Create filepath if it !exist for the <plugin_name>.socket at plugin runtime #7

Open nerdalert opened 9 years ago

nerdalert commented 9 years ago

FATA[0000 socket filepath [ /usr/share/docker/plugins/ does not exist The null is already in place. Just needs to match the cli parameter passed which is already parsed and split.

sebgoa commented 9 years ago

yep...sent a PR that adds this as a manual step in the README (for now).

nerdalert commented 9 years ago

Thanks @runseb , will update the binary with that patch and the bridge create patch shortly.