AvapnoFoundation / docker-apache-phoenix

Apache Phoenix on Docker: Apache Hadoop - 2.7.2 Apache HBase - 1.2.5 Apache Phoenix - 4.10.0
1 stars 4 forks source link

localhost 8765 not connecting #1

Open gigname opened 5 years ago

gigname commented 5 years ago

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

CheyenneForbes commented 5 years ago

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 commented 5 years ago

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

gigname commented 5 years ago

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

CheyenneForbes commented 5 years ago

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

gigname commented 5 years ago

Ok will type and tell u

On Fri, Apr 26, 2019, 19:09 CheyenneForbes notifications@github.com wrote:

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

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/AvapnoOmnitech/docker-apache-phoenix/issues/1#issuecomment-487060171, or mute the thread https://github.com/notifications/unsubscribe-auth/ACMD7U3II4JPIPX7CAA74A3PSMAYTANCNFSM4HELNWNA .