amacneil / docker-bitcoin

Bitcoin images for Docker
https://hub.docker.com/r/amacneil/bitcoin/
MIT License
52 stars 76 forks source link

Allow Docker's default subnet for API call #22

Closed roshii closed 7 years ago

roshii commented 7 years ago

This allows one to use bitcoin-cli call against bitcoind running in a container with default Docker's settings

amacneil commented 7 years ago

Thanks for the PR. This is a good idea, but I don't think we should hardcode the default subnet, as it's likely to change. Can you take a look at https://github.com/amacneil/docker-bitcoin/pull/25 and let me know your thoughts?

amacneil commented 7 years ago

Merged in https://github.com/amacneil/docker-bitcoin/pull/25