Marathon provider listener

This commit is contained in:
emile 2015-09-09 23:09:16 +02:00
parent 9a840d1904
commit 3dd168b465
3 changed files with 19 additions and 4 deletions

View file

@ -52,7 +52,7 @@ func (provider *DockerProvider) Provide(configurationChan chan <- *Configuration
go func() {
for {
event := <-dockerEvents
log.Println("Event receveived", event)
log.Println("Docker event receveived", event)
configuration := provider.loadDockerConfig()
if (configuration != nil) {
configurationChan <- configuration