You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Docker 1.6 added labels for images and containers.
Instead of requiring the same port for every service and exposing the port to the host (#109, #88), read a com.airbnb.synapse.service-port label from the image or container, and register the service using that port.
Another option might be to keep specifying the port in the watcher config, but look for a com.airbnb.synapse.service label.
Containers without a label would not be registered.
The text was updated successfully, but these errors were encountered:
somic
pushed a commit
to somic/synapse
that referenced
this issue
Mar 22, 2017
Docker 1.6 added labels for images and containers.
Instead of requiring the same port for every service and exposing the port to the host (#109, #88), read a
com.airbnb.synapse.service-port
label from the image or container, and register the service using that port.Another option might be to keep specifying the port in the watcher config, but look for a
com.airbnb.synapse.service
label.Containers without a label would not be registered.
The text was updated successfully, but these errors were encountered: