Fix IP for Docker -


i have deploy docker server learning , testing proposes, have start installing portainer.

when try access portainer publica ip, have noted not have given, portainer use private ip..

error during connect: http://remote.host:2375/v1.29/info: dial tcp: lookup remote.host on 10.1.94.8:53: no such host 

i have try accessing public ip: myip:9000 not working

how can change it?

thank you,

i have resolved it, editing:

/etc/resolv.conf

and change

nameserver private ip nameserver - public ip


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -