0

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.

venkat7668
  • 2,657
  • 1
  • 22
  • 26

1 Answers1

1

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

venkat7668
  • 2,657
  • 1
  • 22
  • 26
  • Could you add more information about that? As in, what exactly you did? And if dockerui has changed much, could you tell how to do that with the current dockerui? – Jayant Bhawal Aug 22 '16 at 09:49