0

I have a java application in docker container. It try to connect to my private blockchain using web bean. And there is some problem: Unable to determine sync status of node

I thought that the port is not accessible, but it is open to all.

If I execute my jar file not in docker container - all OK, it work.

any ideas ?

TylerH
  • 20,799
  • 66
  • 75
  • 101

1 Answers1

0

May be you don't exposed port in container?

https://docs.docker.com/engine/reference/builder/#expose >> expose article