How to map multichain running container to host machine

+1 vote
Hi Developers,
I was able to run the multichain as a docker container. But the operations are running through the container terminal. Now I want to perform all the operations using host machine. How to map the ports?
Thank you
asked Oct 19, 2020 by ACS

1 Answer

0 votes

This is really a Docker question – you can find out MultiChain's listening ports using the getinfo API, but you'd then need to configure the port mapping at the Docker level:

https://docs.docker.com/config/containers/container-networking/

answered Oct 20, 2020 by MultiChain
...