Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't load more than container in docker swarm(using consul and overlay network) #321

Closed
lamhaison opened this issue Nov 4, 2016 · 1 comment
Labels
Milestone

Comments

@lamhaison
Copy link

Description

Steps to reproduce the issue:

  1. run docker container to connect to swarm manager at swarm mode
  2. go to browser: http://my_swarm_ip:9000
  3. List container and have bug on console log of google chrome:
angular.js:2 TypeError: Cannot read property 'IPAddress' of undefined
    at new ContainerViewModel (http://10.10.5.143:9000/js/portainer.js:6:1649)
    at http://10.10.5.143:9000/js/portainer.js:6:15052
    at Array.map (native)
    at http://10.10.5.143:9000/js/portainer.js:6:15030
    at http://10.10.5.143:9000/js/angular.js:13:3189
    at http://10.10.5.143:9000/js/angular.js:2:31583
    at n.$eval (http://10.10.5.143:9000/js/angular.js:3:7034)
    at n.$digest (http://10.10.5.143:9000/js/angular.js:3:5584)
    at n.$apply (http://10.10.5.143:9000/js/angular.js:3:7328)
    at i (http://10.10.5.143:9000/js/angular.js:2:14661)(anonymous function) @ angular.js:2

Technical details:

  • Portainer version: container have latest tag on docker hub
  • Target Docker version (the host/cluster you manage):
Client:
 Version:      1.11.2
 API version:  1.23
 Go version:   go1.5.4
 Git commit:   b9f10c9
 Built:        Wed Jun  1 21:47:50 2016
 OS/Arch:      linux/amd64

Server:
 Version:      swarm/1.2.3
 API version:  1.22
 Go version:   go1.5.4
 Git commit:   eaa53c7
 Built:        Fri May 27 17:25:03 UTC 2016
 OS/Arch:      linux/amd64
  • Target Swarm version (if applicable):
docker swarm 1.12 with consul discovery service - Server Version: swarm/1.2.3
  • Platform (windows/linux): ubuntu 14.04x64
  • Browser: Google chrome: 53.0.2785.101 (Official Build) (64-bit)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants