mist-ce icon indicating copy to clipboard operation
mist-ce copied to clipboard

Mist.io ignores docker network and IP for docker containers

Open abel408 opened this issue 7 years ago • 0 comments

I have created a docker network that is a bridge of my docker host's network. Each docker container is assigned an ip address in this network (ie. docker run --net=docker_lan --ip=10.10.10.5 -idt ubuntu), but mist.io is still listing the hosts ip address in the containers IP.

abel408 avatar Jan 26 '18 19:01 abel408