docker container ip setting

docker container ip setting

How to setting docker container ip?

root@instance-1:~# lightning-cli getinfo { "id": "0230c8826852e2a39883f36233483419e9c139b644c696b8dbcca38fef7303ee95", "port": 9735, "address": [ ], "binding": [ { "type": "ipv6", "address": "::", "port": 9735 } ], "version": "v0.5.2-2016-11-21-2725-gb79bb1d", "blockheight": 524318, "network": "bitcoin" }

root@instance-1:~# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS
NAMES 59424f02b9e2 cdecker/lightningd:latest "/usr/bin/lightningd…" 11 minutes ago Up 11 minutes
lightning 6d4c7fb6d3e2 dougvk/bitcoind:latest "/entrypoint.sh bitc…" 23 hours ago Up 23 hours 0.0.0.0:8333->8333/tcp, 8332/tcp, 18332-18333/tcp, 0.0.0.0:9735->9735 /tcp bitcoind_mainnet

enter image description here

https://ift.tt/2GNSzFL

Comments

Popular posts from this blog

bitcoin node: what is the difference between simnet and regtest?

How to check if Electrum is masking my IP with the Tor proxy?

How generic miner connects to bitcoin or ethereum network and does it needs to store entire blockchain?