Pregunta

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.

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top