0

I have a ethereum node launched in the machine and i need to interact with it from the container. In other way, I need to invoke the blockchain node from the container.

  • can you please elaborate more? – Akshay barahate May 03 '19 at 13:09
  • Possible duplicate of [From inside of a Docker container, how do I connect to the localhost of the machine?](https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach) – David Maze May 03 '19 at 13:16
  • The short answer if you need to access your hosts' loopback interface, is: You can't. The long answer is: you could with a reverse proxy on the host. – Marcel May 03 '19 at 13:23
  • Please update the same information in question. – Akshay barahate May 03 '19 at 13:23
  • You can start the container with host network driver and then it runs on the same network as your host. – Mihai May 03 '19 at 13:33

0 Answers0