-
Notifications
You must be signed in to change notification settings - Fork 712
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
I can't get it working #3723
Comments
What URL did you use? On Windows you need to put the IP of the Docker VM in the browser.
I think that is the same question as #3340. "Probably, with a little tweaking".
Yes. https://www.weave.works/docs/scope/latest/faq/#using-a-different-port
Since scope runs in the host network namespace, effectively all ports are published.
It is.
The references to 127.0.0.1 in the log are the probe talking to the app, and in the single-machine case that is fine. |
I know this issue is for windows but if anyone has the same problem on Mac this may help you. I also had to add the ports section Here is what works for me now
Sadly, if you follow the official documentation you will not be able to get it to work on Mac and go on a wild goose chase to fix it. |
@jordotech please file a bug report noting what is wrong in the documentation. Closing this as answered. |
It was brought up in 2017 and contributors were made aware: But I will make a new issue |
OK, I'll reopen #2842, thanks. |
@jordotech would you like to make a PR to update the docs? |
@bboreham sure thing |
@bboreham correct me if I'm wrong but these docs do not appear to be part of this repo? https://www.weave.works/docs/scope/latest/installing/#using-docker-compose |
It says zero config, but for the life of me I can't get it working, lol..
Here's my Compose file:
When I run it, I can't get to the page; nothing but:
and looking at my open ports on the machine, port 4040 isn't open.
Here's the log shown in Portainer once the container is up:
For the record, I added the
--weave=false
to my compose file because previously the logs showed a bunch of errors about it, and said "if you're not running weave.net you can add the flag", and I thought I had read on the website that weave.net isn't required, so I did that to mute the errors.What's wrong?
I'm running the latest versions on Scope, as well as Docker Desktop on Win 10 x64.
I also have some questions:
Sorry for the newbie questions, but I am a Docker newbie, lol.
Thanks for any help!
Kacey
The text was updated successfully, but these errors were encountered: