Вопрос

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.

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top