merll/docker-map

Docker Networking Support

ambsw-technology opened this issue · 4 comments

According to the documentation on links, the feature has been deprecated in favor of a new networking option. Have you looked at this new feature to determine whether (and how) it's supported by docker-map (and docker-fabric)?

merll commented

I have been looking into networks, also how to replace the links where appropriate. However I have not yet gotten far with implementing this feature. It would require similar consistency checking as with containers. And for older Docker API versions, the now-deprecated links would still need to work. Nevertheless adding this to docker-map is a top priority.

What "consistency checking"?

merll commented

That the Docker network is set up according to the Docker-Map configuration; and that containers are using the correct network. Currently Docker-Map only checks for existence of linked containers.

merll commented

Added in version 0.8.0 (beta). Leaving this open until configuration check is complete.