Question

I have created t1.micro instance in Amazon web-services(AWS), and installed docker.io. I executed following commend in SSH client "sudo docker -H tcp://0.0.0.0:4243 -H unix:///var/run/docker.sock -d &".

when I am trying to get all images : myipaddres:4243/images/json. I'am getting "This webpage is not available" page.

Was it helpful?

Solution

Finally I found https://github.com/crosbymichael/dockerui expose remote api on my host. :)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top