dockersamples / docker-swarm-visualizer

A visualizer for Docker Swarm Mode using the Docker Remote API, Node.JS, and D3
Apache License 2.0
3.26k stars 579 forks source link

running on ARM Raspberry 3B #138

Open soumilshah1995 opened 3 years ago

soumilshah1995 commented 3 years ago

PLEASE ONLY USE THIS ISSUE TRACKER TO SUBMIT ISSUES WITH THE DOCKER SWARM VISUALIZER

Please provide the following information so we can assess the issue you're having

Description

Steps to reproduce the issue, if relevant:

  1. docker swarm init
  2. docker service create \ --name=viz \ --publish=8080:8080/tcp \ --constraint=node.role==manager \ --mount=type=bind,src=/var/run/docker.sock,dst=/var/run/docker.sock \ alexellis2/visualizer-arm:latest

Describe the results you received:

as mentioned when you go to ip:8080 ui is not being loaded Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally):

Output of docker version:

(paste your output here)

Output of docker info:

(paste your output here)

Additional environment details (AWS, Docker for Mac, Docker for Windows, VirtualBox, physical, etc.):

BerGer23 commented 3 years ago

Same happens for me, it gets up to here:

docker service logs viz -f

viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | > swarmVisualizer@0.0.1 start /app viz.1.na6fnbg9h4tg@raspi4 | > node server.js viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | undefined

soumilshah1995 commented 3 years ago

Same happens for me, it gets up to here:

docker service logs viz -f

viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | > swarmVisualizer@0.0.1 start /app viz.1.na6fnbg9h4tg@raspi4 | > node server.js viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | undefined

i guess its cz way they built the docker image

BretFisher commented 3 years ago

the current dockersamples/visualizer image is amd64 only. Until that gets fixed, I have a fork with the exact same source code that's built to multiple platforms at bretfisher/visualizer