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

localhost 8765 not connecting #1

Open
gigname opened this issue Apr 8, 2019 · 5 comments
Open

localhost 8765 not connecting #1

gigname opened this issue Apr 8, 2019 · 5 comments

Comments

@gigname
Copy link

gigname commented Apr 8, 2019

docker run -d --name phoenix -p 8765:8765 avapno/apache-phoenix

@CheyenneForbes
Copy link
Contributor

do this instead to expose all needed ports docker run -it --name hp -p 8765:8765 –p 2181:2181 -p 60010:60010 -p 60000:60000 -p 60020:60020 -p 60030:60030 avapno/apache-phoenix

@gigname
Copy link
Author

gigname commented Apr 11, 2019

above command causes no issues on windows but on ubuntu it cause docker invalid reference format

@gigname
Copy link
Author

gigname commented Apr 11, 2019

and i have to run it on Linux host only ie ubuntu can you please try on your linux and refactor this command

@CheyenneForbes
Copy link
Contributor

Did you type or copy the command? There's a high chance its being caused by some encoding difference between windows and linux

@gigname
Copy link
Author

gigname commented Apr 26, 2019 via email

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

2 participants