dockersamples/docker-swarm-visualizer

h.default.findWhere is not a function

LarryLuTW opened this issue · 4 comments

I use latest docker image, which is created about an hour ago. It's image id is ab6b6bda4129. It shows the error on the webpage

screen shot 2017-12-01 at 8 58 41 am

@Larry850806 can you try pulling again? I'm unable to reproduce the issue. If that doesn't fix it, please post the steps you're taking so we can reproduce

I use visualizer as a service. This is part of my docker-compose.yml

  visualizer:
    image: dockersamples/visualizer:stable
    volumes: 
      - /var/run/docker.sock:/var/run/docker.sock
    ports: 
      - 8080:8080
    deploy:
      placement:
        constraints:
          - node.role == manager 

Everything is ok when I use dockersamples/visualizer:stable. But when I use dockersamples/visualizer:latest. Webpage doesn't show services but only error message in devtool.

Fixed in #100

this issue is back