machinebox / issues

Machine Box issues, bugs and feature requests
2 stars 0 forks source link

ERRO[0000] #35

Closed LiuShaw closed 5 years ago

LiuShaw commented 5 years ago

when I run the docker , the mistake: ERRO[0000] error waiting for container: context canceled shows. I found the 8080 is already allocated, so I change the port to 5000, the server is run successfully, but when I enter the localhost:5000, the browser shows connection fail.

dahernan commented 5 years ago

if you run it on port 5000 should be something like:

docker run -p 5000:8080 ...

That should work, is that what are you doing?, please provide more info how you run it, if that doesn't work

LiuShaw commented 5 years ago

Thank you very much. I will try again tomorrow and reply you. Thank you.

LiuShaw commented 5 years ago

I tried it again and it dose work, thank you!