-
Notifications
You must be signed in to change notification settings - Fork 24
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
Error: connect ECONNREFUSED 127.0.0.1:8080 #9
Comments
you need to expose the ports via the -p option ie. docker run -p 8080:8080 xxxxx this tells docker to bind the 8080 port of the container to the 8080 port of host's localhost |
Yea I did run with that too, same as the instructions, no?
…On Sat, Oct 5, 2019 at 1:24 AM Jonathan Underwood ***@***.***> wrote:
you need to expose the ports via the -p option
ie.
docker run -p 8080:8080 xxxxx
this tells docker to bind the 8080 port of the container to the 8080 port
of host's localhost
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=ADELLF6IGNW5OLE7KL3ELOLQM67BZA5CNFSM4I5TANM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEANBCGY#issuecomment-538579227>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADELLF5LN43ALS7WY33HOYLQM67BZANCNFSM4I5TANMQ>
.
|
run sudo netstat -tulpn and see if anything is listening to localhost 8080 and what process it is. |
With the full command I get:
|
Are you using the image from docker hub or did you build it yourself? |
I built it myself after cloning this repo. |
try using the image from docker hub. let me know what happens |
I setup the docker instance as documented, it seems to be running, though I cannot connect or run my own tests.
The text was updated successfully, but these errors were encountered: