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

Support port mapping #24

Open squaremo opened 9 years ago

squaremo commented 9 years ago

I think the plugin will get told the port mapping; so it's possible we could support port mapping, and remove the need for adding a container to the bridge network.

squaremo commented 9 years ago

Hmm actually it looks like libnetwork intends to do port mapping itself, and currently has a hack to make this happen: https://github.com/docker/libnetwork/issues/401