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

running on ARM Raspberry 3B #138

Open
soumilshah1995 opened this issue Dec 31, 2020 · 3 comments
Open

running on ARM Raspberry 3B #138

soumilshah1995 opened this issue Dec 31, 2020 · 3 comments

Comments

@soumilshah1995
Copy link

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

  • If you have a bug working with Docker itself, not related to these labs, please file the bug on the Docker repo *
  • If you would like general support figuring out how to do something with Docker, please use the Docker Slack channel. If you're not on that channel, sign up for the Docker Community and you'll get an invite. *
  • Or go to the Docker Forums *

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
Copy link

BerGer23 commented Jan 17, 2021

Same happens for me, it gets up to here:

docker service logs viz -f

viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | > [email protected] start /app viz.1.na6fnbg9h4tg@raspi4 | > node server.js viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | undefined

@soumilshah1995
Copy link
Author

Same happens for me, it gets up to here:

docker service logs viz -f

viz.1.na6fnbg9h4tg@raspi4 | viz.1.na6fnbg9h4tg@raspi4 | > [email protected] 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
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants