0

When I do "docker images" in my server, there are multiple images coming up. The same when tried to access through an api "curl http://localhost:2355/images/json" returns []. Does anyone know why is this happening?

1 Answers1

0

write this command your server and look your api is expose? enter image description here

if you getting response like this your api not open for request

if do you want get access you must change docker.service file

  • Thanks a bunch for contributing by answering questions! However, please don't upload images of code/data/errors. There are many reasons why, and you can read some of them [here](https://meta.stackoverflow.com/questions/285551/why-should-i-not-upload-images-of-code-data-errors). If you could edit your answer that would be great! – Koedlt Dec 16 '22 at 15:19