cardano-explorer icon indicating copy to clipboard operation
cardano-explorer copied to clipboard

What's the function of Dockerfile?

Open Victoryfan opened this issue 5 years ago • 4 comments

I don't know what's the Dockerfile in this project. I build it, and start it, but it have Error logs, it looks like need something else.

Victoryfan avatar Dec 16 '19 06:12 Victoryfan

It starts node and explorer and listens on port 81 for queries.

disassembler avatar Jan 13 '20 05:01 disassembler

Specifically, its the webapi component that listens on port 81.

erikd avatar Jan 13 '20 05:01 erikd

what errors did you have in the logs?

cleverca22 avatar Jan 13 '20 12:01 cleverca22

HI, what is the correct command to run this container? I tried docker container run -i -t -d cardano:Dockerfile -p 127.0.0.1:8100:8100 -p 127.0.0.1:80:80, but got connect refused on host machine when I do curl localhost:8100

freddieee avatar Feb 27 '20 07:02 freddieee