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

It does not work #19

Closed
vasily-kirichenko opened this issue Aug 29, 2016 · 5 comments
Closed

It does not work #19

vasily-kirichenko opened this issue Aug 29, 2016 · 5 comments

Comments

@vasily-kirichenko
Copy link

image

$ docker logs bb9
npm info it worked if it ends with ok
npm info using npm@2.14.4
npm info using node@v4.1.2
npm info prestart swarmVisualizer@0.0.1
npm info start swarmVisualizer@0.0.1

> swarmVisualizer@0.0.1 start /app
> node server.js

undefined
@briandoodyie
Copy link

what version of docker are you using? I see this error when i am using Docker Engine 1.11 ->#12

@rickpeters
Copy link

I had the same problem. Since there is almost no logging it was difficult to determine where to start. When I looked in the browser code I saw that the HOST entry is used 'locally' in the browser. Meaning it should be able to resolve. In my case that meant using a FQDN. Furthermore after I changed the port to 5000 it worked (even though port 8080 was still available for me).

I did something like this:

docker run -it -d -p 5000:5000 --name=visualizer -e PORT=5000 -e HOST=sou692.so.kadaster.nl -v /var/run/docker.sock:/var/run/docker.sock manomarks/visualizer

and now it works like a charm :-)

@megastef
Copy link

For me it did work after using the public IP in HOST on a digital ocean droplet. It did not work with -e HOST=$(hostname) on the master node.

@vasily-kirichenko
Copy link
Author

@rickpeters It's helped. Thanks!

@vikasksrivastava
Copy link

I had the same issue , fixed by disabling selinux .

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

No branches or pull requests

5 participants