ot4i / iib-docker

Eclipse Public License 1.0
62 stars 115 forks source link

failing in running adminisrative commands and UI #15

Closed RAMESHBABU18 closed 8 years ago

RAMESHBABU18 commented 8 years ago

Hello, While trying to execute administrative commands ,unable to view the status of Nodes. Unable to connect through the browser too.

s-rogers commented 8 years ago

Hi - can you provide some more info here - what commands are you running - what errors are you seeing?

RAMESHBABU18 commented 8 years ago

i build the Image using the docker file provided,and ran the following commands docker run --name myNode -e LICENSE=accept -e NODENAME=MYNODE -P iibv10image docker port

s-rogers commented 8 years ago

What errors are you seeing? The first command above should start the images - you are not running -d so your shell will show you the output from trying to run the image. Not sure what you are trying to achieve with a "docker port" command - are you trying to see what ports are assigned to your started image? In that case you should run "docker port myNode"

RAMESHBABU18 commented 8 years ago

Scenario i want to acheive: 1.To build an image using docker file. 2.Run the container using the image 3.view the port number 4.To View the Integration Bus web user interface.

But after building the image,i am unable to view the image name. docker_error

So please guide me further ..,

RAMESHBABU18 commented 8 years ago

Done with 3 steps mentioned above..,verified the node status ,it is running. But unable to view the web user interface

RAMESHBABU18 commented 8 years ago

image

s-rogers commented 8 years ago

That syslog error is misleading and almost certainly not the issue here. It looks from the screengrabs that you are running docker on windows - to reach the web ui you will need to find the ip of your docker machine and navigate to "docker-machine ip:port that 4414 has been mapped to" - this would be in the output of the docker ports command or a docker inspect of the running container

s-rogers commented 8 years ago

Closing due to inactivity