weaveworks-experiments / docker-plugin

Deprecated, part of Weave Net now
https://github.com/weaveworks/weave
Apache License 2.0
33 stars 9 forks source link

Wrong default socket path for start-plugin.sh #33

Closed 2opremio closed 8 years ago

2opremio commented 9 years ago

star-plugin.sh maps /run/docker/plugins in /usr/share/docker/plugins but the default socket path is /run/docker/plugins/weave.sock, causing the container to fail with:

 /run/docker/plugins/weave.sock file not found

As a workaround you can invoke start-plugin.sh with --socket=/usr/share/docker/plugins/weave.sock

awh commented 8 years ago

start-plugin.sh is obsolete - functionality incorporated into weave script.