Open squaremo opened 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.
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
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.